• Resolved SenoxMKT

    (@senoxmkt)


    I’m having a problem where the navigation menu in the header isn’t visible. If you mouse over the area where it’s supposed to be (top right) the cursor will recognize a link and the mouse over text will appear, but the menu itself isn’t visible and the “ghost buttons” seem way too small.

    https://www.rainandgutters.com/

    I’ve already tried a few of the fixes below, but none of those seem to work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • your css is formatted improperly on a couple things, you need to specify a value type:

    #topmenu ul li a {
        font-size: 18;
    }

    18 what? pixels maybe?

    #topmenu ul li a {
        font-size: 18px;
    }

    and here:

    #topmenu ul li {
        line-height: 18;
    }

    that’s a HUGE line height. maybe you meant:

    #topmenu ul li {
        line-height: 18px;
    }
    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Can you please go to Appearance -> Customize -> Header -> Menu -> Menu Font Size and make sure the text on the field is 14px instead of just 14.

    Thanks

    Thread Starter SenoxMKT

    (@senoxmkt)

    That’ll do it. Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu in header isn't visible’ is closed to new replies.