This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Submenu- Edit appearance of menu item

10 years ago · Last reply by Magus 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Magus Staff 10 years, 8 months ago

    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.

Have a different question or issue?

Start New Thread