This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Jack Richardson
Hi,
I would like to change the font size of the price in the shop page to size 14px but the font size of the price in single product page to 20px.
So for example,
https://www.autumnevematernity.com/shop/ <=== Price font size 14px
https://www.autumnevematernity.com/product/demo-product-title/ <=== single product page price font size 20 px
Also, How can I enable product title in the single product page to show up? Thanks again!
Hello,
As I see you’ve added this code in Global Custom CSS:
.woocommerce div.product p.price, .woocommerce div.product span.price {
font-size: 16px;
}
Change font size to 14px there.
For single product page use this css code:
.product-information .price {
font-size: 20px !important;
}
How can I enable product title in the single product page to show up?
Go to Theme Options > E-Commerce > Single Product Page > Show product name above the price > On.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up