Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #582301

    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.

    #582323

    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

    #582334

    Great, and can i do this für H1 to H5 ?

    H1 for example orange

    and H5 for example green?

    Thank you!

    #582365

    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

    #582370

    CLOSED: Perfect. Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘special font from avia menu’ is closed to new replies.