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 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
Have a nice day