Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1334987

    Hi again.
    I have set borders on all sides of my grid row on this page:

    but the top one connecting the header doesn’t show.
    I would like to have a border set on the header anyway, but without the pointers underneath the menu items, like on this site:

    How to achieve this? And why is the top one on the first grid section not showing?

    Thanjs

    #1335069

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .html_header_top.html_header_sticky #main {
      padding-top: 90px;
    }
    .html_minimal_header #main > .avia-builder-el-0.av-layout-grid-container {
      border-top: 1px solid #ebebeb;
    }
    

    Best regards,
    Yigit

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