Hello,
I am trying to customize a client’s product pages. Currently I am working on the price, although I will need to customize more. THis would be the code for that correct?
.product-information .price {
float: left;
width: 100%;
margin-top: 25px;
margin-bottom: 25px;
font: 30px/30px 'Roboto', sans-serif;
}
I tried adding color: #fff !important; to no avail. Can you please assist? I’d also like to display the Product name instead of “Product Description”.
Thank you.