Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #411954

    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?

    #411964

    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.

    #411980

    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.

    #411992

    Sorry for my lack of experience, how would I add h5 to the code you gave me? I do also have the issue above.

    #412035

    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;}
    
    #412147

    Hey!

    Please refer to @begrafiks’ post above

    @begrafiks
    thanks for the help! :)

    Cheers!
    Yigit

    #412560

    Thanks for your help! Figured out it wasn’t working because I had the text bold.

    #412852

    Hey!

    Great, glad we and @begrafiks could help :)

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.