This topic has 6 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Robert Hall
Hi
I am trying to change the white mainmenu color which is on top of the Revolution Slider, homepage.
You can see it here:
I need to change the menu color only on this page (the homepage) together with the cart icon…
I hope you can help me!
Hello,
Please add this code in custom.css file:
.home .header-type-2.slider-overlap .header .menu > li > a {
color: #000 !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Cart icon can be changed only with some image editor as it’s loading from the file wp-content/themes/woopress/images/sprite/icons.png.
Regards,
Eva Kemp.
Hi
How can I change the color on the text next to the cart icon? see image here:
https://www.dropbox.com/s/70sts4pnk4xwdhs/change-color-on-text.jpg?dl=0
and
Where can I change the color on the small menu item? see image here:
https://www.dropbox.com/s/t16qhyrhlaemewp/change-color.jpg?dl=0
Best regards
Tonny
Hello,
Please add this code in custom.css file:
.header-type-2.slider-overlap .header .total {
color: black !important;
}
.menu-icon::before {
color: black !important;
}
Regards,
Eva Kemp.
Super – thanks!
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Change main menu color – on Revolution Slider, homepage’' has been successfully resolved, and the topic is now closed for further responses