Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25419

    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!

    #126908

    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

    #126909

    Works perfectly.. thanks!

    #126910

    Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove solid line for special heading’ is closed to new replies.