Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1212611

    with the last release 4.7.4 of enfold we lose the ability to control h1 h2 h3 h4 h5 h6 font sizes in the “special heading” module of the avia page builder.
    Inspecting code in front end show that the font-size is applied to the wrapper div with the class: .av-special-heading
    but this css rule do not aply to the <h> child (with the class .av-special-heading-tag )
    So we can not control the size of our special headings ?

    #1212862

    Hey miayuno,

    Did you make any settings to header elements under Enfold->Advanced Styling?

    Best regards,
    Rikard

    #1219503

    Hello, thank you.
    No : we did not .
    Should I try this : make a “settings to header elements under Enfold->Advanced Styling” ?

    #1219506

    Hi,

    Yes, please.

    Best regards,
    Jordan Shannon

    #1219524

    ok i made a dev (see link) where, in advanced stylling I created a customize All Headings (H1-H6) and put a blue background

    for example the second title of home page : EL MÉTODO <span>MI AYUNO</span> is h2
    in heading module the font-size is set to 100px
    but we see that this font size of 100px is not applied to h2 because (with css inspector) we see the font size is applied to the wrapper of the h2

    #1219529

    Hi,

    Add this to quick css:

    h2.av-special-heading-tag,
    h2 span{
    font-size:100px!important;
    }

    Best regards,
    Jordan Shannon

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