Hello Support,
We would like to changethe colour of a Special Heading using a class id.
Please could you advise the CSS required to do this.
Thanks in advance.
Hey Wils1234!
The special heading element has a color tab which you can use to change it’s color so there is no need to set a custom class. If you still wish to do it though then make sure you do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then use this CSS.
.my_class, .my_class h3 { color: red !important; }
Cheers!
Elliott