• Resolved Halliwell

    (@halliwell)


    Hi!

    How can I change the menu color in all the pages, as it is currently black and there isn’t any option to change it?

    I’ve tried some codes in Custom CSS I’ve seen around but they didn’t work…

    My website: https://www.gagamagazineonline.com

    Any thoughts?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    Please add the below custom CSS to change the menu color:

    .menu
    {
    background-color:blue;
    background-image:none;
    }
    /*to change hover color*/
    .menu a:hover
    {
    background-color:blue;
    background-image:none;
    }
    /* to change active tab menu color */
    .menu .current_page_item a, .menu .current-menu-item a {
    background-color: blue;
    }

    Please choose the color of your choice instead of blue mentioned above.

    Thanks.

    if I go to the customizer and custom css and add that code, nothing happens – what could be the problem?

    is it because I’m using the child theme option? If so, please tell me where to place code there – I tried stylesheet and had the same result as custom css area.

    Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    Please try adding the custom CSS under “Customize” > “Additional CSS”.
    Hope this helps.

    Thanks.

    Hi,

    I used the custom css, changed the color and it works!

    thanks a lot!

    Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    Nice to know that the issue has been resolved.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Menu Color?’ is closed to new replies.