This topic has 4 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Jack Richardson
Hi,
on ALL the single products pages of my site, I would like to know how:
(please see this image)
image
1 – delete the title “product information” with the yellow line.
2 – decrease the price’ font (green line) wich is too big. Can fix a font size?
3 – decrease the size of the “add to cart” button and the font (blue line)
4 – delete the 3 horizontal line (red mark)
Would be perfect if you can help, thanks in advance!
Gilles.
Hello,
1. You need edit the file wp-content/themes/theleader/woocommerce/content-single-product.php and remove the line 39 <h4><?php _e('Product Information', ETHEME_DOMAIN) ?></h4>
2. Add this code in custom.css file:
.single-product-page .product-info .price {
font-size: 28px;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
3. Use this code in custom.css file:
button.etheme-simple-product.filled.big.font2.single_add_to_cart_button.button.alt {
font-size: 14px;
padding: 10px;
}
4. Use the folloing css code:
.single-product-page hr {
border-color: transparent;
}
Best regards,
Jack Richardson.
great! thanks a lot! merci beaucoup!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘I need some customisations…’' has been successfully resolved, and the topic is now closed for further responses