Menu Styling

Posted in: Newsmag
Post count: 34

I saw a menu plugin with the possibility to add a smooth shadow below the menu but I like the menu from your theme a lot 🙂

do you have a CSS-hint for me how to do that?

Post count: 7909

Hi,

I guess that you refer to something like this: http://screencast.com/t/5Qou9dxNmzq

.td-header-main-menu{
box-shadow: 0px 6px 5px 0px rgba(41,36,34,0.7);
}

You may need to use -webkit-box-shadow or/and -moz-box-shadow for different browsers.

Hope this helps!

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