Hi, i can’t work out how to remove the border underneath the menu. the css below didn’t work:
.responsive .container {
border-color: transparent !important;
}
Hi clairemartindigital!
Please delete the border color value from Enfold > General styling > Logo area > Border color
Regards,
Vinay Kashyap
Hi,
that didn’t do the trick. any other suggestions? the issue is only on the portfolio list page before the menu becomes the sticky menu.
Hi!
I think due to some custom coding the default styles are getting overwritten and has more css specificity
This is a little bit of a hack which changes the border color to the same as the background color.
#header_main {
border-bottom:1px solid #FFF!important;
}
Regards,
Vinay Kashyap
Hi Vinay, that also won’t work. Well it does work as the css intends to. however, the css is not applied to all pages which doesn’t work because it will apply a 1 px white border to all header areas as well as sticky nav.
Hey!
I believe this is happening dude to custom css added. The custom CSS is getting more specificity than the theme css and it is overwriting all the css we provided. To resolve this please remove all the custom css and remove the border color value in logo area and check. This should remove the border below the header. Then add your custom CSS one block at a time to know which one is causing the issue.
Regards,
Vinay Kashyap