Hamburger and dropdown color

Hi Thanks again for fantastic theme and support with andythenortherndiver.com

I’d like to alter the color of the hamburger and dropdown arrows when in mobile device view to white, can you advise?

Andy

hi Andy

Can help you but right now your icons are not displaying due to the cors policy, please fix it first : How to fix Access-Control-Allow-Origin (CORS origin) Issue for your HTTPS enabled WordPress Site and MaxCDN • Crunchify

colors can be changed by this css code:

.module.widget-handle i {
color: #fff !important;
}
@media (max-width: 991px){
.shapely-dropdown i {
color: #fff;
}
}

Great advice I’ll sort it thanks

You are welcome :slight_smile:

Have a nice day

Could you advise on another site I have that I’ve just brought in your theme as I like it so much, I have the same issue with the drop-down menu changing colour so I can see the text. Thanks

http://standishpropertymaintenance.co.uk/

Hi there

yes, you may use this css code to fix it:

.main-navigation .menu > li > ul li a:hover, .main-navigation .menu > li > ul li:hover > a, .main-navigation .menu > li > ul li a:focus, .main-navigation .menu > li > ul li:focus > a {
    color: #5234f9 !important;
}

Thanks

Hi thank you but that worked brilliantly as usual

Cool,

have a good day