Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter laerpr

    (@laerpr)

    Someone? I don’t know how to fix this problem.

    If you check the website on a tablet or smartphone, the menu is black in stead of white on a desktop..

    Theme Author MageeWP

    (@magictheme)

    The theme doesn’t have the color option yet, you could add the codes below into your custom css.

    .site-nav > ul > li > a {
        background-color: #fff;
    }
    Thread Starter laerpr

    (@laerpr)

    I already have this in the custom css box, because the menu font color is white:

    .onetone-menuitem span {
    color: #3d2b39;
    }
    :hover {
    color: #3d2b39;
    }

    If I add your code, it’s not working. If I only put your code in it, the menu font color on tablet and smartphone are white but the background color is still black.

    What did I do wrong?

    Thread Starter laerpr

    (@laerpr)

    Yes, my fault, it’s working now!

    Thank you very much!!

    Hi

    I also encountered the same problem
    What should I need to add CSS parameters in the custom css box

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu color on tablet and smartphone not the same as computer’ is closed to new replies.