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

    Hi
    I use a header Level 3, modern style on my web page. This H3 is located in a 1/4 column, which ist located in a Color section.
    The headers are nicely displayed in the web view, but on mobile devices a grey line is displayed on the right side of some of the headers.
    Can you please help me to get rid of these lines?
    Many Thanks!

    #552703

    Hi Reto!

    Add this to your custom CSS.

    @media screen and (max-width: 767px) {
    .special-heading-inner-border {
        display: none !important;
    }
    }

    Best regards,
    Elliott

    #1408518

    Thank you!

    #1408739

    Hi retom,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘line on the right of header is displayed in mobile view’ is closed to new replies.