[Resolved] Menu height and color

Home Forums Support [Resolved] Menu height and color

Home Forums Support Menu height and color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #316072
    Michael

    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

    #316117
    Leo
    Staff
    Customer Support

    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.

    #316218
    Michael

    Awesome! Worked like a charm! Thank you!!

    #316219
    Michael

    Resolved.

    #316420
    Leo
    Staff
    Customer Support

    Glad we could help!

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