This topic has 5 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp
Hi,
can you please give me the way to (please see an example at http://www.galasxy.com/product/with-love-hugs/):
1 – rename “Related Products” into “Related paintings”, or whatever I want.
2 – center the titles and prices for the related products.
3 – in case I would like to: entirely delay the “Related Products” that appear with all single products.
Many thanks in advance!
Gilles.
Hello,
1. You need edit the file wp-content/themes/theleader/woocommerce/single-product/related.php (line 27).
2. Add this code in custom.css file:
.slide-item .product .product-name, .slide-item .product .price{
text-align: center;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
3. To remove related products add this code in custom.css file:
.single-product-page .slider-container {
display: none;
}
Regards,
Eva Kemp.
thanks, but I added
.slide-item .product .product-name, .slide-item .product .price{
text-align: center;
}
for the question 2, the title and prices still not centered…
Please note: my question is for “Related products”, I already added a custom css for the products lists pages.
sorry please don’t consider my last message, as everything works now.
Thank you very much.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘How to rename "Related products", or delay it, and center title.’' has been successfully resolved, and the topic is now closed for further responses