Increase the price font size
-
Hi i want to increase the prize font size. in categories and in single product page
thanks
Hello,
Please provide updated site access, the previous credentials are not valid and your site is under maintenance
Best Regards
Hello,
Please add this CSS to Theme Settings > Custom CSS:
.price .amount {
font-size: 40px;
}
Please change 40px for the value you need.
Best Regards
this it is not good enough as a solution. I dont want the same price size in both pages my friend. 50px it is good for single product page but for categories page it is huge
http://prntscr.com/jm7ymi
any other solution?
Hello,
Please replace the previusly given CSS code for this one.
.product-template-default .price .amount {
font-size: 40px;
}
.archive .price .amount{
font-size: 40px;
}
Put font-size value as per your needs.
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Increase the price font size’ is closed to new replies.