Site logo

Archived topic

Menu height and color

4 replies · Started by Michael on May 9, 2017

Viewing posts 1–5 of 5

Hello,

I have a site http://myprintstatus.com and I need help lowering just the menu bar and change the font color. I like the position of the logo so I can't use the header padding.

Thanks for the help!
Mike

Hi Michael,

Give this CSS a shot to lower menu:

@media (min-width:769px) {
    #site-navigation .inside-navigation {
        padding-top: 20px;
    }
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

As for the color, it should be in Customizer > Colors > Primary Navigation.

Let me know.

Awesome! Worked like a charm! Thank you!!

Resolved.

Glad we could help!

This archived topic is closed to new replies.