This topic has 4 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler
Hello,
I want to do some changes in my Shop but i cant find something in the Manuals for Legenda.
In the end it should look like this: https://prnt.sc/mqulbb
1) Change the font
2) Center Productname, description, and price
3) Show price not like this: €15 – €100, it should show like: from 15€ (Euro behind the price and prices “from 15€”
Thank you!
Hello,
1)
.slide-item .product .product-name, .products-grid .product .product-name {
font-family: Georgia;
}
2)
.slide-item .product .product-name, .products-grid .product .product-name,
.slide-item .product .products-page-cats, .products-grid .product .products-page-cats,
.slide-item .product .add-to-container, .products-grid .product .add-to-container {
text-align: center;
}
3) Try to add code from this article into functions.php of child-theme – https://businessbloomer.com/disable-variable-product-price-range-woocommerce/
https://codex.wordpress.org/Child_Themes
https://www.8theme.com/downloads/ http://prntscr.com/mqv3r0
Regards
Thank you!
Everything worked perfectly.
Best wishes
You’re welcome!
Regards
The issue related to '‘Product Description in Shop’' has been successfully resolved, and the topic is now closed for further responses