Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #804491

    Dear support team,
    when using:

    Element: Special Heading
    Heading Type: H2
    Heading Style: Default Style

    there appears a fine horizontal line after the text, which we would like to avoid.

    The appearance of H1, H2, H3 and H4 can be influenced under “Advanced Styling”, but there is no option to turn off this fine line.

    Please be so nice and provide us with the CSS code to do this.

    Thank you,
    Bernd

    #804848

    Hey Bernd,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #804963

    Hi Rikard,
    this would Change all headings. How could I do this only for H2 headings?
    Best regards,
    Bernd

    #805478

    Hi Rikard,
    There is some time preasure on my side, because the site needs to go online.
    Could you be so nice and take care of this support request today?
    Thanks a lot,
    Bernd

    #805700

    Hi,

    Add the following to quick css:

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

    Best regards,
    Jordan Shannon

    #805731

    Thank you, Jordan. This one has been solveld.
    I look forward to your advice in regard to the remaining two requests.
    Cheers,
    Bernd

    #805758

    Hi,

    I will look into it, or if a teammate solves it first we will have it taken care of.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Enfold Special Heading: Fine horizontal line after text’ is closed to new replies.