Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #105665
    skynet
    Participant

    Hello great awesome Catch Team is there any option to change my green menu color like my background color?
    At my website https://www.natureword.com i want to change my standard menu color to the
    background color (#5c755e)

    #105676
    Mahesh
    Keymaster

    @skynet: Do you mean the background color or menu text color? For background color. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #branding #access, #colophon #access-footer, #branding ul.menu ul a {
        background: #5c755e;
    }

    Regards,
    Mahesh

    #105696
    skynet
    Participant

    Hello Great @Mahesh the code you give me working good only on desktop but don’t work on mobile how can i solve?

    #105752
    Mahesh
    Keymaster

    @skynet: Please add the following CSS:

    .menu-access-wrap, .sidr {
        background-color: #5c755e; 
    }

    Regards,
    Mahesh

    #105771
    skynet
    Participant

    Worf Perfect! Thank you Mahesh

    #105792
    Mahesh
    Keymaster

    @skynet: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change color menu like Background’ is closed to new replies.