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

    I’m getting a bottom border only on a page with grid rows that should not be there. How do I remove it?

    I’ve tried…

    #after_submenu {
      border-top: none;
      border-bottom: none;
    }

    With no luck. See link to an example in private content.

    #1078982

    Hey perihelionweb,

    Can you try using this css code in Quick CSS (located in Enfold > General Styling):

    #top .container_wrap.fullsize {
        border: none;
    }

    Best regards,
    Nikko

    #1356634

    This remove the border even on Color Sections. Is it possible to remove only on Grid Row?

    #1356694

    Hi faroestudio,

    Please try this CSS instead:

    .av-layout-grid-container {
      border: none !important;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.