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
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