This topic has 4 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Olga Barlow
Our variable products have price changes upon selection of the product options. After all the required options are selected, the price is displayed, but there seems to be no styling to the price, as it appears with no margin above the quantity selector. please give the following classes some theme styling love!
thanks.
.woocommerce-variation-price
.woocommerce-Price-amount
.price
Hello,
Please, provide me link to page where I’ll be able to see the problem. After that I’ll send you the code to fix this issue.
Regards
I have no live site for you to see the problem, kindly add a variable product with a price change and test on your own site. https://www.8theme.com/demo/xstore/shop/woman/blouses/bacon-blouse/
you will notice the price appears right above quantity selector.
Hello,
Please add following CSS code in your custom.css
.woocommerce-variation-price {
width: 100%;
display: inline-block;
margin: 10px 0 15px;
}
.woocommerce-variation-price .woocommerce-Price-amount {
font-size: 22px;
}
We have already added this code in our theme and you will see changes in our next update.
Regards
The issue related to '‘Variable Product Price has little/no styling’' has been successfully resolved, and the topic is now closed for further responses