• Resolved muditametta

    (@muditametta)


    Hi there,

    I am trying to figure out how to change the colour of my navigation menu for mobile. Its white and blends into my white background making it almost impossible to find. I have tried a few of the CSS codes in this forum but they haven’t worked.

    I am also trying to get the hover colour for my tea product images to either be white, or transparent. I can’t figure that out either.

    my website is

    https://www.muditametta.com

    Any help would be super appreciated!

    Megan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Megan,

    I was able to change it around a bit by adding this CSS to Firebug

    .dark-header #masthead .mobile-menu a {
    background-color: lightgray;
    color: grey;
    font-size: 32px;
    padding-left: 4px;
    }

    But that also shows that the menu thinks you have a dark-header when in fact it is a light one. So maybe there is also a setting in the theme options or the customiser you can change.

    Let me know how you get on.

    Drew

    Thread Starter muditametta

    (@muditametta)

    Thanks Drew!

    That worked, I really appreciate the help! I am not sure why it thinks its a dark-header, I’m sure I have something checked off wrong; but that fixed my problem ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Nav Button & Hover Colour on Products’ is closed to new replies.