Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1285314

    How I can change then font of the “last posts” widget?
    mike

    #1285330

    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

    #1285870

    The fomt-family

    • This reply was modified 3 years, 8 months ago by milenke.
    #1286141

    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

    #1286180

    Thanks
    What is the best way to find this selectors? Element inspector?
    mike

    #1286335

    Hi Mike,

    The easiest way of finding selectors is to inspect the element in question in your browser. In Chrome for example, you would right click on the element, then select Inspect.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.