Home Forums WoodMart support forum Navigation Colour

Navigation Colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #640009

    MaDaRa
    Participant

    I want to change the color of these, how?

    Attachments:
    You must be logged in to view attached files.
    #640180

    MaDaRa
    Participant

    any answer?

    #640189

    Hung Pham
    Keymaster

    Hi ahmad.huda11,

    Thanks for your patience.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    /* Filter counts */
    .wd-filter-list .wc-layered-nav-term a:hover+.count,
    .wd-filter-list .wc-layered-nav-term.wd-active span.count {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }
    
    /* Pagination */
    nav[class*="-pagination"] li span.current {
        color: #fff;
        background-color: #000;
    }

    Best Regards,

    #640210

    MaDaRa
    Participant

    Worked, thanks close the topic.

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