• Hi

    I wanted to change the font of the Excerpt from italic to normal. Is there any easy way to do this?

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @signform,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .post-excerpt p { font-style: normal; }

    Let me know if that does it.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the font of the excerpt’ is closed to new replies.