Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2992869
Mobile menu colors
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    How can I change hamburger menu and item (hover mouse too) colors (image 1-2)? I tried to change in Vertical Nav & Menu Hamburger (image 3) and Vertical Mobile Nav (image 4) but nothing happened.

  •  2,492
    PenciDesign replied

    Hi,

    After making changes about the color and another site style, please clear all the site cache, browser cache then check again.

    Here is a screenshot when I'm checking your site on my browser:

    FajIOFc.png

    Regards,
    PenciDesign.


  •  4
    ISOLE-GRECHE replied

    OK... but hamburger menu icon?

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Color for Header: change this color at:

    • Icon Menu Hamburger Color
    • Icon Menu Hamburger Color Hover

    Regards,
    PenciDesign.

  •  4
    ISOLE-GRECHE replied

    Nothing... it remains black. I tried with many browsers erasing cache.

  •  2,492
    PenciDesign replied

    Hi,

    Please also try to change the color at Icon Menu Mobile Color.

    Regards,
    PenciDesign.


  •  4
    ISOLE-GRECHE replied

    I changed hex color there... but nothing... and also the little square doesn't change its color!

  •  4
    ISOLE-GRECHE replied

    Nothing to do?

  •  2,492
    PenciDesign replied

    Hi,

    You can force change the color by adding this CSS code to your site:

    .menu-toggle-desk, .menu-toggle {
        color: #000;
    }

    Change  #000 with the custom color code.

    Regards,
    PenciDesign.

  •  4
    ISOLE-GRECHE replied

    OK, finally it works... and hover?

  •  2,492
    PenciDesign replied

    Hi,

    Add this code for the hover color:

    .menu-toggle-desk:hover, .menu-toggle:hover {
        color: #000;
    }

    Regards,
    PenciDesign.