Home Forums WoodMart support forum Change font color in active link nav bar

Change font color in active link nav bar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #480750

    vetsapr
    Participant

    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.
    #480905

    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.

Viewing 2 posts - 1 through 2 (of 2 total)