main menu with background color

Posted in: Newspaper
Post count: 3

hi,

when using the main-menu with a background-color theres always a small (maybe 2-3 px) white line between the background of main-menu and the shadow at the bottom of the menu. what can i do?

look at http://www.umzugsratgeber.de/

thank you,
jan

  • This topic was modified 11 years by funnyjani.
  • This topic was modified 11 years by funnyjani.
Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/9xahwmg4

.sf-menu > li > a {
height: 44px;
}

Thanks!

Post count: 3

Hi Alin,

thx for your reply – that doesn’t anything …. No effect :-(….

Regards,
Jan

Post count: 7909

Hi,

Sorry for misunderstanding!
Please try this custom css, I guess that this is what you need: http://screencast.com/t/MrtukfNKS

.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
bottom: -14px;
}

Or if you want to remove that just set display: none;

Hope this helps!

Post count: 3

Hi Alin,

yes – I changed the bottom-value to 12px – no it works fine.

Thanks a lot
Jan

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.