how and where can i change the style of the “special font” from the avia layout builder menu?
I want to change the font and color (other font and other color by default). where in the enfold backend are these settings? thank you.
Hi!
Please add following code to Quick CSS
body .av-special-heading .av-special-heading-tag {
font-family: arial !important;
color: orange!important;
}
Cheers!
Yigit
Great, and can i do this für H1 to H5 ?
H1 for example orange
and H5 for example green?
Thank you!
Hey!
You can remove color line from the code i posted above and add following one
h1.av-special-heading-tag { color: orange !important; }
h5.av-special-heading-tag { color: green !important; }
Best regards,
Yigit
CLOSED: Perfect. Thank you.