Problem with the shop page

Hi,

My website is http://tresorsdamazonie.com

I got a 4 problem, i’m trying to fix it on my website.
U can see on these photos that all these texts are in english, and i cant fix it.

  • The tittle of the page (The Shop)
  • Related Products
  • 0 Items (near the menu
  • The zoom on the photos of products is way too zoom (can i delet it or make it lower ?)

I’ve cheked all solution on internet and nothing works. Have u a solution ? I checked on the inspector of
chrome to find the code. Here it is :

- The tittle of the page (The Shop) : <span>The Shop</span>
- Related Products : <h2>Related Products</h2>
- 0 Items (near the menu) : <span class="inner">0 Items</span>

Thank u for ur help … :slight_smile:
Have a good day

Hi There,

Thank you for writing in, the “The Shop” title can be change under Theme Options > Renew > Shop Title.



For the “Related Products” and “Item” please follow the solution provided here.

To disable the zoom effect on the product image, please add this to Theme Options > CSS

.woocommerce-product-gallery__image.flex-active-slide {
    pointer-events: none !important;
}

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.