Site logo

Archived topic

Remove Italics from Sidebar Widget Titles?

6 replies · Started by James on October 23, 2019

Viewing posts 1–7 of 7

Can you please tell me how I can make my sidebar widget titles "normal" instead of italics? I don't think it's from any CSS code I have changed, I did have a look. This is my site at http://www.MiramichiReader.ca
Thanks,

<head slap>
Thanks, Leo!

I just noticed that when I implemented that fix, my post titles are now non-italicized on my Home page, which I do not want them to be. They are italicized on single post pages.

Try this CSS instead:

h2.entry-title {
    font-style: italic;
}

Bingo! Thanks!!

No problem :)

This archived topic is closed to new replies.