Archived topic
Remove Italics from Sidebar Widget Titles?
6 replies · Started by James on October 23, 2019
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,
Hi there,
It's from this CSS you've added:
https://www.screencast.com/t/tNCf630Z
Let me know if this helps :)
<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 :)