Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #553974

    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

    #553975

    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

    #554384

    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

    #554387

    Hey!

    Please wrap your text with HTML EM tag – http://www.w3schools.com/tags/tag_em.asp

    Best regards,
    Yigit

    #554398

    Thank you! I was doing <i> and </i>. Oops. All set now. I appreciate the lesson :)
    Erin

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Applying italics style in Accordian element’ is closed to new replies.