Home Forums WoodMart support forum Change the color of quantity selector (product page).

Change the color of quantity selector (product page).

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

    t.parashchuk
    Participant

    Hello.

    I want to change the color of ‘quantity selector’ on product page.
    That which is located on the product page and allows you to change the quantity of the product, and the price changes accordingly.
    I attached the screenshot of this selector.
    I tried to change the color through CSS settings.
    The rule is like this:
    #clwvdclmejgdlwteqzb .tiered-pricing–active td {
    background-color: #0abb38 !important;
    }
    But i cannot override this rule it has !important statement.
    How to change the color of this ‘quantity selector’ ?

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

    Hung Pham
    Keymaster

    Hi t.parashchuk,

    Thanks for reaching to us and appreciate your patience.

    Your code didn’t work because it depends on the id, which changing automatically when refresh the page. So, at first, please read through plugin documentation to make sure it has an option to change color schemes.

    Regards,

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