Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #300032
    Luis
    Participant

    When I reduce the size of the browser window, the Menu color changes from Blue to White. I need it to stay Blue (with white font) at any size.

    luishernandezgraphics.com

    Please help?

     

     

    #300045
    Skandha
    Participant

    @luismelhernandez: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-navigation-area {
    background-color: #3853a4;
    }
    #primary-menu-toggle, .site-navigation a {
    color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #300178
    Luis
    Participant

    It doesn’t work. The menu still changes to white when you shrink it.

    #300197
    Skandha
    Participant

    @luismelhernandez: Hello there,

    There was a slight error in the code I provided you above which I have updated. Can you please try adding the Code again?

    Let me know if this works out!
    Kind Regards,
    Skandha

    #300239
    Luis
    Participant

    I pasted the code above, and the menu still turns white when you toggle the window smaller.

    Look over here: https://streamable.com/2hoidc

    #300286
    Skandha
    Participant

    @luismelhernandez: Hello there,

    That is because you have not closed @media screen code with a }.

    So please add a } before #header-navigation-area { in your Additional CSS Code section.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    #300313
    Luis
    Participant

    Thank you so much… It worked.

     

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu Color changes’ is closed to new replies.