Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1036259

    Hi, I would want remove italic style from every text in sidebar. How can I do?

    #1036266

    Hey,

    It seems like your text is wrapped in EM tags.
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
    CSS Snippet:

    
    .sidebar em {
        font-style: normal;
    }
    
    

    Best regards,
    Yigit

    #1036272

    Thank’s it’s perfect!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Italic in sidebar’ is closed to new replies.