1. Unfortunately, the theme does not handle how WooCommerce pages work. You would have to reach out to the Woo team for assistance with this. In the meantime, you can view their article on how to change permalinks https://woocommerce.com/document/custom-permalinks-for-woocommerce/.
2. Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="3"] li.product {
width: 23.2% !important;
margin: 0 1% 1% 0 !important;
}
}
How can I change the click path, on the shop site?
And can you list 4 products in one line?
And why are the pictures in a bad resolution at the shop site, the single view is then great
thanx guys
Attached files: Bildschirmfoto 2024-06-03 um 15.40.12.png
Hi Paul,
Thank you for reaching out to us.
1. Unfortunately, the theme does not handle how WooCommerce pages work. You would have to reach out to the Woo team for assistance with this. In the meantime, you can view their article on how to change permalinks https://woocommerce.com/document/custom-permalinks-for-woocommerce/.
2. Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
3. You can change the image resolution by going to wp-admin > Appearance > WooCommerce. Here's an article that can help with this https://woocommerce.com/document/fixing-blurry-product-images/.
I hope this info helps.
Kind regards,