Home>Support>Submenu- Edit appearance of menu item

Submenu- Edit appearance of menu item

Hi Team,

on my site i have created a submenu which I want to change (appearance, height, font size).
I could not find the code but I hope you could help me with this.

When I hover over the first menu “unternehmen” you could see what I mean.
E.g. the space below the first menu item it too much and the space between the submenu item also..
The font should be bit smaller..

Thanks a lot for you support, you are doing great.

Best regards
D.

URL: http://www.kilian-gruppe.de/wp_kilian/index.php/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Davor

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .main-navigation {
        top: 40px;
    }
    .main-navigation ul ul li a {
        font-size: 17px;
    }
    

    Then alter this entry

    .main-navigation ul li a {
        border-right: 1px solid #000;
        padding: 30px 40px;
        margin: 60px 1px;
    }
    

    so that it reads like this

    .main-navigation ul li a {
        border-right: 1px solid #000;
        padding: 30px 40px;
        margin: 10px 1px;
    }
    

    Let us know how you get on

    Magus

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More