Home Forums WoodMart support forum change Barred price color and quantity number color

change Barred price color and quantity number color

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

    adverteos
    Participant

    Good day,

    How can we change Barred price color from light grey to a more visible black
    Same goes with quantity number while choose how many items to order

    exemple: https://woodmart.xtemos.com/shop/cooking/vestibulum-tempus-metus/
    We would like the price $329.00 to be in black / same with quantity number to order.

    Regards
    Martial

    #294188

    Hello,

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

    body .price del .amount {
    color: red;
    }
    
    body .price ins .amount {
    color: blue;
    }

    Set the color as per your needs.

    Best Regards

    #294229

    adverteos
    Participant

    thank you for you input it worked for bared price.
    How about the quantity selector color? it is a grey and we would like it to be black

    Regards
    Martial

    #294436

    Hello,

    Please provide the page URL and screen of what you mean.

    Best Regards

    #294461

    adverteos
    Participant

    you will find the quantity selector here :
    https://woodmart.xtemos.com/shop/cooking/vestibulum-tempus-metus/

    please also find screenshot of the area.
    We simply want the numbers to be set in Black

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

    Hello,

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

    body div.quantity input[type="number"],
    body div.quantity input[type="button"] {
        border-color:#000000;
        color: #000000;
    }

    Best Regards

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