Tagged: main-menu, remove border
Hi all,
Can anyone provide me with info about how to remove the line under the menu.
Hey Martin,
Thanks for the screenshot. Could you post a link to where we can see the actual element as well please?
Best regards,
Rikard
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#header_main {
border-bottom-width: 0;
}
#layer_slider_1 {
box-shadow: none;
}
Best regards,
Rikard
Thank you Rikard, that worked for me. Only remaining issue is that when you scroll down the (than smaller) menubar is a bit too small for the logo.
Is it possible to get that extra margin under the logo when the menubar is in that small state?
Hi martinvanderharst,
Please try to add this CSS code as well:
#top .header-scrolled #header_main {
padding-top: 10px;
padding-bottom: 10px;
}
Just adjust the top and bottom padding.
Hope this helps :)
Best regards,
Nikko
Great! This works fine for me.
Topic can be closed.
Hi martinvanderharst,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko