Tagged: woocommerce
I think that in the product price displayed is too small in page product
How to change that without changing the main page where all the product are displayed?
Hey Audiolia,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .price, #top .price span{
font-size: 20px!important;
}
Best regards,
Vinay
Thank you but it changes prices size everywhere.
I want to change only on the product page.
Not in the pages where all the products are displayed.
Hi!
Please replace the code with the following:
.single-product .price, #top .price span{
font-size: 20px!important;
}
Regards,
Ismael
Hi,
It does not work.
But I modified it and it works like this.
This is a proper way?
.single-product .price span{
font-size: 28px!important;
}
Hey!
No, that is fine!
Glad you figured it out! Let us know if you have any other questions or issues
Cheers!
Yigit
What’s the best way to add some padding underneath that price so that there’s more space between the product price and short description?