Lines appear in theme Aquentro

  • This topic has 2 replies, 2 voices, and was last updated 4 weeks ago by J. Davis.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1735175

    Hello,

    I have been using the aquentro theme for some time but after a while these fine lines appear in the middle of the containers…
    aquentro lines

    Any tips how to solve this?

    Thank you in advance

    #1735176
    #1743767

    Hi, those lines are added by default. You can hide them by adding the style below at Appearance > Customize > Additional CSS:

    @media (min-width: 992px) {
        body.page-template-template-front-page .elementor-top-section:after {
            display: none;
        }
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.