Home Forums WoodMart support forum Where can I change the style of the quantity of products?

Where can I change the style of the quantity of products?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #357335

    viktorhit
    Participant

    How to change the red background here? (see the screenshot)

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-woocommerce-layered-nav .chosen .count {
        background: orange;
    }

    Best Regards

    #357369

    viktorhit
    Participant

    thanks, but how to remove red background-color when item is NOT chosen (only hover)

    #357429

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-woocommerce-layered-nav .layered-nav-link:hover+.count {
        background: orange;
    }

    Best Regards

    #357447

    viktorhit
    Participant

    And how can I change the hover font style color here? (from black to red)

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

    Hello,

    Please try adding the following CSS for that.

    .woodmart-woocommerce-layered-nav .layer-term-name:hover {
        color: red;
    }

    Best Regards

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