Hi there,
I have several sections of italicized text in a blog posts that don’t show up as italicized on the front-end of my site. I tried adding this to my style.css to no avail em { font-style: italic; }
ANy other ideas about how to fix this? Thanks!
Hi 1lizcollins!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.entry-content p i {
font-style: italic;
}
Cheers!
Yigit
Thanks! Works perfectly.