Home Forums Basel support forum product page color

product page color

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

    bboyfan
    Participant

    I want change sale label, the big and small price color,but I dont want change menu color. could you give the the custom code that I can change the label and price color.

    thank you

    #4761

    Artem Temos
    Keymaster

    Hi,

    In this case you can try the following code snippet for your Custom CSS area

    .onsale {
        background: #2196F3;
    }
    
    .single-product-content .price .amount, .single-product-content .price {
        color: #2196F3;
    }

    Regards

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