This topic has 6 replies, 4 voices, and was last updated 8 years, 4 months ago ago by Jack Richardson
hi i have 2 questions:
1.how can i change the color of the text in the menu (actualy in orange) in white when the mouse is on it?
2. how can i keep the header #7 like menu when i scroll down the page? because actually when i scroll down, the menu change to this one:
Hello,
1. Please add this code in Theme Options -> Custom CSS -> Global Custom CSS:
.header-type-7 .menu-wrapper .menu > li > a:hover {
color: white;
}
2. Unfortunately there is no such option. This requires additional customization.
Regards,
Rose Tyler.
thx works fine 🙂
but it is not apply to the language add by wpml
Hello,
Try use this code for language text in Theme Options -> Custom CSS -> Global Custom CSS.
.menu li.menu-item-language a {
color: #a09999;
}
Regards,
Robert Hall
thx a lot 🙂
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Change’' has been successfully resolved, and the topic is now closed for further responses