Hi,
I would like to add a background color to the special text so that it looks similar to the site provided if possible, along with using the same color they used (#61728e), how would I do this using Enfold?
Hi markzarak ;
try to add this line into your custom css :
body .av-special-heading .av-special-heading-tag {background-color: #61728e;}
PS : after “.av-special-heading-tag” you can insert either (h1, h2, h3 etc) in order to target the right title style.
Thanks a lot it worked but now whatever I do the font does not change to white including editing the H5 element, or font color from the special text options.
Sorry for my lack of experience, how would I add h5 to the code you gave me? I do also have the issue above.
Hi markzarak ;
while creating you “speacial heading” you can choose the “tag” (h1, h2, h3, h4, h5 and h6), size in pixel and the color of the text.
see the image
if you choose “h5” then the css code would be :
body .av-special-heading .av-special-heading-tag h5 {background-color: #61728e;}
if you choose “h3” then the css code would be :
body .av-special-heading .av-special-heading-tag h3 {background-color: #61728e;}
Thanks for your help! Figured out it wasn’t working because I had the text bold.