change background color mobile bottom navigation
-
Hello..
how to change the background color of the bottom mobile navigation menu on the woodmart theme.
Attachments:
You must be
logged in to view attached files.
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-)
.
I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-toolbar {
background-color: green;
}
Regard’s.
Xtemos Studio.
Thank you very much. it worked really well.
…..
and then how can I change the color of the icon and this text to white, because the icon and text are built into the theme.
Attachments:
You must be
logged in to view attached files.
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-toolbar .wd-tools-element > a {
color: white;
}
Regard’s.
Xtemos Studio.
hello ..
please help me..
I want to change the white background color on this navigation menu to 28BEAB
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for the Mobile area under Theme Settings >> Custom CSS.
.mobile-nav.act-mobile-menu {
background-color: #28BEAB;
}
Best Regards.
hay..
Please help me
I want to change the color of this text to white.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for the Mobile area under Theme Settings >> Custom CSS.
.mobile-nav .searchform input[type=text]::placeholder {
color: white;
}
.searchform .searchsubmit, .mobile-nav-tabs li, {
color: white;
}
.mobile-nav-tabs li {
color: white;
}
.site-mobile-menu li a {
color: white;
}
Regard’s.
Xtemos Studio.
Thank you very much.
you really help me.
Most Welcome :-)
If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.
Thanks for contacting us.
Have a great day :-)
Topic Closed.
Best Regards.
The topic ‘change background color mobile bottom navigation’ is closed to new replies.