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
Hey Bernd,
Please try the following in Quick CSS under Enfold->General Styling:
.special-heading-border {
display:none !important;
}
Best regards,
Rikard
Hi Rikard,
this would Change all headings. How could I do this only for H2 headings?
Best regards,
Bernd
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
Hi,
Add the following to quick css:
.av-special-heading-h2 .special-heading-border{
display:none!important;
}
Best regards,
Jordan Shannon
Thank you, Jordan. This one has been solveld.
I look forward to your advice in regard to the remaining two requests.
Cheers,
Bernd
Hi,
I will look into it, or if a teammate solves it first we will have it taken care of.
Best regards,
Jordan Shannon