Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #227807

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

    #228017

    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

    #228116
    This reply has been marked as private.
    #228331

    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

    #230265

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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Transparent padding between submenu items so that background shows through’ is closed to new replies.