Change Font Colour And Size Product Price

Hello

do you know what i have to change to have changed the font and size of product price ? need to have more bigger and in red color.

Thanks

Gabriel

Try to add the following code to the CSS section of the Theme editor

.ty-price, .ty-price span {
    font-size: 30px !important;
    color: red;
}

(!) Not tested

Thanksssssssssssssssssss , it works perfect!!!!!!!!!!!!!!!!!!!!!!!!!!!

Gabriel