This topic has 12 replies, 5 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
Hi there I have trouble with the menu when scroll down doesnt appear in the home page and other ones it works well, and I want to know it is possible how to change the color of the same scroling down menu!
Hello,
1) Please provide us with wp-admin and FTP credentials in Private Content.
2) Please use this code in Global Custom CSS
.fixed-header{
background-color: red;
}
Regards,
Robert Hall.
Hello Antonio Monzon,
unfortunately your request is a bit unclear for us. Would you kindly describe it with more details or provide us with screenshot?
Regards,
Stan Russell.
Thanks! I use this code for global custom very well! now the problem is the color of font in the fixed header how to change the color of the font to color white!
thanks!
Hello,
Add this code in Global Custom CSS:
.fixed-header .menu > li > a {
color: #fff !important;
}
Regards,
Eva Kemp.
Thanks I change the color with that code in my global css now my problem is.. the color of the font (price) in the cart… still dark 🙁 what can i do?
Hello,
Are you talking about fixed header or you want to change price color in the main header?
Best regards,
Jack Richardson.
only in my fixed header! now is black i want to change to color gold or white
Hello,
Please add this code in Global Custom CSS:
.fixed-header .shop-text {
color: white;
}
Best regards,
Jack Richardson.
Hello,
please use following code:
.fixed-header .shop-text{
color:white;
}
Regards,
Stan Russell.
thanks for that!! 🙂
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Scrolling Down Menu Color and activate for home page – Cleopatra’' has been successfully resolved, and the topic is now closed for further responses