[Resolved] Sub menu styling

Home Forums Support [Resolved] Sub menu styling

Home Forums Support Sub menu styling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #980835
    Kim

    Hi,

    I’ve tried to add some box shadow to the sub menu and a divider between the sub menu items without success. Can you give some advise?

    Many thanks in advance!

    BR Maike

    #980919
    Leo
    Staff
    Customer Support

    Hi there,

    There should be box-shadow added by default and you can use this CSS to overwrite it:

    .main-navigation ul ul {
        box-shadow: 0 2px 2px rgba(0,0,0,.1);
    }

    This site can be used to tweak the shadow:
    https://www.cssmatic.com/box-shadow

    Divider would be something like this:

    .main-navigation .main-nav ul ul li a {
        border-bottom: 1px solid #000;
    }

    Any chance you can link me to the site in question if something doesn’t work?

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.