Hi, I would want remove italic style from every text in sidebar. How can I do?
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
Thank’s it’s perfect!