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

    I have changed the font of the special heading with a custom CSS provided by you.
    I also have removed the line with a custom CSS provided by you.
    But i can not find a CSS or other method to center the special heading text.

    body .av-special-heading {
    font-family: ‘Montserrat’, sans-serif;
    }

    .special-heading-border {
    display: none !important;
    }

    #913511

    Hey thdevries,

    You can set that in the element options, look for Heading Style. There is an option there to have it centered.

    Best regards,
    Rikard

    #913613

    When i look in the element options i only see that i can change the style of the heading.
    When i do that the font is changing and i want to use montserrat.

    #913632

    Hi,

    Thanks for the feedback. Please try this CSS instead then:

    body .av-special-heading {
      font-family: 'Montserrat', sans-serif;
      text-align:center !important;
    }

    Best regards,
    Rikard

    #913637

    i tried it but it doesn’t change it.
    only the stripe is getting back.

    i use this to get the montserrat font and to get rid of the stripe

    body .av-special-heading {
    font-family: ‘Montserrat’, sans-serif;
    }

    .special-heading-border {
    display: none !important;
    }

    i need some css to make it center

    #913667

    Hi,
    Try this code in the General Styling > Quick CSS field:

    body .av-special-heading .av-special-heading-tag {
        float: none!important; 
        display: flex;
        justify-content: center;
    }

    Best regards,
    Mike

    #913935

    thanks for the code, it did the trick

    Great support and theme

    #913940

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Special heading center’ is closed to new replies.