How I can change then font of the “last posts” widget?
mike
Hey milenke,
Do you need to change the size or the font-family?
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
The fomt-family
Hi,
Thanks for that. Do you mean that you want to change the font of the text under AKTUELLES in the sidebar? If so, then please try this in Quick CSS:
#recent-posts-4 li a {
font-family: arial;
}
Best regards,
Rikard
Thanks
What is the best way to find this selectors? Element inspector?
mike