Hi, I want to make a few changes to the Woocommerce single product page.
1. how to make the price font bigger and in black color?
2. how to remove that line shown under the right bottom corner of the product image?
3. how to increase the font size in the 2 orange buttons?
Thanks.
Hey bakbek!
Please add following code to Quick CSS
#top .price span { color: black; font-size: 25px; }
.woocommerce-page .button, .avia-button.avia-size-large { font-size: 16px; }
.single-product .sidebar { display: none!important; }
Best regards,
Yigit
Thanks!