Change font color on a specific text
Hi,
I do know that I can change the font color under Theme Options but is there any way to change the color of specific text?
For example, I set h3 color to be black. However, I have some places where background is black and I want to make the h3 to be white.
(I tried.. <h3 style=”color:#FFFFF″>Services we offer</h3> but this didn't work.)
Is there a way to change color of a specific text?
Thank you!
Comments
for those situation it is best to use sepaerate sections and set the section style to 'dark'
All fonts will be white then.
Try, <h3 style=”color:#FFF !important;″>
thanks