color text menu sticky mode
-
I need to change the color of the menu text in sticky mode, I put a white background and the text remains white and I need it to be a dark color or a color of my choice
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.whb-sticked .wd-nav[class*="wd-style-"]>li>a {
color: #fff0f0;
}
Best Regards
I want to do the same with the social media icons, they are white but in the sticky menu they are still white, do I need it to be dark or a custom color?
Hello,
Try to add this code to the Theme Settings > Custom CSS > Global:
.whb-sticked .whb-general-header .wd-social-icons.wd-style-colored {
--wd-social-color: #fff0f0;
}
Best Regards
Hi, I put this css but it DOESN’T WORK, it remains white when you lower the sticky menu
Could you check and give me the correct code??
https://carpet.pe/
https://prnt.sc/LI79sweQia7R
https://prnt.sc/nmVok-qX3jYt
Hello,
Please remove the previous code and add this code to the Theme Settings > Custom CSS > Global:
.whb-sticked .whb-general-header .wd-social-icons.wd-style-default.color-scheme-light, [class*="color-scheme-light"] .wd-social-icons.wd-style-default {
--wd-social-color: #0f58f2 !important;
}
Best Regards
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘color text menu sticky mode’ is closed to new replies.