Hello @cristechservice
use this css go to appearance>>customization>custom css and paste code given below
ul#menu-mobile a {
color:black !important;
background-color:green ;
}
Thanks,
ul#menu-mobile a {
color:black !important;
background-color:#4a4a4a;
}
This code doesn't work for my website. My objective is to change the 'close icon' color and menu background color when mouse-hover
My site: kompetensia.com
Hello @philipsmar
Here is what I can see on your website, Refer: https://prnt.sc/t5ei3r
Please provide the exact URL where you want these changes.
Thank you
It is the menu, so in this case the entire website mobile menu
Yes as you see in https://prnt.sc/t5ei3r. At least I want to change the "X" close menu icon color. I can see that the icon in blue now, refering to .href css code. How to change the blue color without breaking the whole link color
Hello @philipsmarx
Thank you for letting me know the exact issue,
here is the code, put it in customizer> custom CSS
a#close_menu_sidebar span::after {
color: #ff0000; // here you can put your color name or color code;
}
Hope this will work for you.
Thank you