Change Body Font Color of a particular section

Hello

I would like to change the body font color of a particular section to black thus bypassing the global default as set in Theme Options>Typography

How can I do so?

Hi there,

Are you using V2 elements? If so, you can add this code to the Element CSS field of the element:

$el, $el * {
color: #ff0000 !important;
}

Kindly change the value of the color.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.