Home Forums WoodMart support forum How to change the color of the shopping cart counter, such as pink, with global

How to change the color of the shopping cart counter, such as pink, with global

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

    wujuan911800262
    Participant

    How to change the color of the shopping cart counter, such as pink, with global css how to change

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

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    span.wd-cart-number.wd-tools-count {
        background-color: blue !important;
    }

    Best Regards.

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