Hi
I want to make the Sub Heading in a Special Heading the same colour, and not a faded version of the colour.
Also how do you change the color of a Special Heading or Sub Heading?
Hope you can help
Cheers Dave
Hey Dave,
One way to change colors is to go to Enfold Theme Options > Advanced Styling > and choose from the drop down.
Another way is to use this code in the General Styling > Quick CSS field:
h1.av-special-heading-tag {color:#000 !important; }
.av-subheading.av-subheading_above {color: #000 !important; opacity: 1 !important; }
h2.av-special-heading-tag {color:#000 !important; }
These are in the order of your headings for your url
Best regards,
Mike