Hi there. Please can you help me add a bottom border to the menu bar.
Please check out this example:
The About page has the desired effect
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#header {
border-bottom: 5px solid #48AEE0;
}
Best regards,
Yigit
Thanks so much Yigit!
It looks perfect on a normal page, but I need it to disappear when I select transparent menu.
Hi AddonDigital,
Please try to add this CSS code:
.html_header_transparency #header {
border-bottom: none;
}
Best regards,
Nikko