Hi
How do I change the text color in mobil main menu to white ?
Thx in advance
Buby
Hi
How do I change the text color in mobil main menu to white ?
Thx in advance
Buby
Hi Buby,
You can add this custom css rule:
div#s5_responsive_mobile_sidebar_menu_wrap a {
color: #fff !important;
}
#s5_responsive_mobile_sidebar_search_wrap input {
color: #f1ebeb;
}
Hi Buby,
You can go to this folder of your website: /templates/hexa_corp/css/
Create a new file called custom.css
and add above rule to this file.
Regards
It looks like you're using old version of S5 Hexa Corp template.
You can take a BACKUP of your site >> download latest version of template v1.0.9 and install into your site.