Change font color in active link nav bar
-
Hi,
could you please inform me how to change the font color in active link regarding the blog and the shop?
I couldn’t find the particular setting. Please, have a look at the attachments.
For the moment I have added the following css rules.
.wd-nav[class*=”wd-style-underline”] .nav-link-text {
color:#fff;
}
nav[class*=”-pagination”] li .page-numbers {
color: #c09e5d;
}
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
nav[class*="-pagination"] li .current {
color: #f3f3f3;
background-color: rgb(247 163 1);
}
Change the color as per your need.
Best Regards.