Tagged: special heading
Hi,
In the layout builder, “Special Heading” under “Content Elements” causes a solid horizontal line after the heading text. Is there any code that I can drop into the custom css box to remove this line? Any help/guidance is greatly appreciated.
Thanks!
Hi stats4stem,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.special-heading-border {
display: none !important;
}
Regards,
Devin
Works perfectly.. thanks!
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin