Hi,
I’m using a “non-fixed menu below logo” kind of setup and I’d like to put a little bit of vertical space between my sub-menu items. ideally, it’d be transparent so the background (layer slider etc) shows through.
I’ve increased the padding, but that only increases the white space. Is there a way to make it transparent?
Thank you :)
Hi BelIblis!
Can you please give us a link to the website? A screenshot of what you’re trying to do will help. For further customization, please visit Werkpress.
Cheers!
Ismael
Hi!
This will get you started. :)
.header_color .main_menu ul {
background: transparent;
}
#top .main_menu ul:first-child > li > ul > li {
margin-bottom: 15px;
}
Cheers!
Ismael
Thanks Ismael! This really helped a lot and indeed got me started!
(I had tried the .main_menu ul style before, but had missed to put .header_color in front of it).
I think I can manage the rest myself. Thanks again!!