Hi-
For some reason, when I apply the italics style to text, it does not display as italicized when viewed live. The text appears italicized when I view it in the text editor. But when I load the webpage, it is not. Is there something overriding what I’m doing? Bold works but italic does not. Thanks for the help! In the sample I’m sending, the content “one of our information sessions” has <i></i> applied to it but it’s not showing up.
Thanks!
Erin
Hi ESWEENEY113!
Please try the following to your custom CSS
.main_color .toggle_content {
font-style: italic;
}
and let us know if it works as you need it to.
Best regards,
Basilis
Thanks! Only thing is that makes all of the text italicized. I just want to be able to italicize small portions of the text by applying the italic style to it. For some reason, when I do that (this is only in the toggle section) it does not display as italicized. Bolding works. But not italics for some reason.
Erin
Hey!
Please wrap your text with HTML EM tag – http://www.w3schools.com/tags/tag_em.asp
Best regards,
Yigit
Thank you! I was doing <i> and </i>. Oops. All set now. I appreciate the lesson :)
Erin