Home Forums Basel support forum Color change

Color change

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

    Maikel
    Participant

    Hi support,

    I would like to change the color of my prices.

    I would like to show all prices in black.

    Thanks for your help!

    Best regard,

    Maikel

    #78911

    Hello,

    Add this code to the Theme settings > Custom CSS:

    body .product-image-summary .price,
    body .product-image-summary .price .amount {
        color: #000000;
    }
    body .product-grid-item .price,
    body .product-grid-item .price .amount {
        color: #000000;
    }

    Best Regards

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