CUSTOM CSS CODE WORKS BUT NOT EVERYWHER
-
Dear,
I have a strange issue. I have applied the following code in “General Custom CSS” and the thing is that it works perfectly fine everywhere on my website, except in one very specific location. It does not work when I naviguate on this page : https://gevcen.be/nos-magasins/
/* ADJUST THE COLOR ALL LINKS IN MOBILE SIDEBAR */
.color-link-text {
color: #777 !important;
}
Can you help me please?
Attachments:
You must be
logged in to view attached files.
Hello,
In order to change the text color, navigate to the Theme Settings > Typography > Advanced typography https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
I tried already and I could not find the specific setting for my target :
> changing the color of the links inside the mobile sidebar
Which of those parameters is it exactly?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .site-mobile-menu li a {
color:red;
}
body .vertical-navigation .item-level-0>a {
color:green;
}
Set your colors and other styles.
Best Regards
Great, thanks a lot
Point closed
The topic ‘CUSTOM CSS CODE WORKS BUT NOT EVERYWHER’ is closed to new replies.