Menu and icons not changing color
-
Hello, Ive been trying to change the color of my menu and the icons (shopping cart, account, wish list, etc) and it won’t change color. its for my site balloonandpaper.com
Attachments:
You must be
logged in to view attached files.
I forgot to also attach the mobile menu not changing color circled in blue
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to Theme Settings > Typography > Advanced. In this area, you can assign elements to Main navigation links and change the color.
Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/
To change the icons’ color, add this code to the Theme Settings > Custom CSS > Global:
.whb-main-header .wd-tools-element .wd-tools-icon {
color:#e60808 !important;
}
To change the mobile bottom navbar background color, add this code in Theme Settings > Custom CSS > Custom CSS for mobile.
div.wd-toolbar {
background-color: #fe0000 !important;
}
Best Regards,
Hello,
You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards,
The topic ‘Menu and icons not changing color’ is closed to new replies.