Customize WooCommerce pages / Betheme

Hi,

I encounter some difficulties to customize the SPA theme which I added WooCommerce.
1 - How to remove shares of FB Twitter and Pinterest buttons on the product page of WooCommerce?
2 - How to customize the header / slider in the WooCommerce pages "product" and "product category" because they do not appear in "all pages"
3 - How to Remove opinion on the "product"?
4 - on the page présene list the products, how to remove the link and button overview of the product photo?

Thank you very much for your help,

Best regards,

Julien

Comments

  • Hi Julien,

    1. To remove Share Box, please go to Theme options > Blog, Portfolio & Shop > General section and disable Share Box option.

    2. To set up slider for WooCommerce pages, you need to create SHOP page, then under Page Options set slider with drop-down option and then set it up as shop page under WooCommerce settings.

    3. Please send us link to page where from you would like to remove opinion.

    4. Please also send us link to page where you would like to do this.
  • Hi,

    Thank you for your prompt response.

    To answer your questions :

    3 - the link of the page on which I want to delete the notice:

    4 - the link of the page on which I want to delete the links overview of the product image:

    Best regards,

    Julien
  • 3. Which one is the opinion on this page?

    4. Ok. So to remove those details from WooCommerce pages, please use:
    .woocommerce .image_frame .image_wrapper .image_links { display: none !important; }
  • 3 - Opinions are visible (currently 0 but the item is visible) under the product description, the right of the product image, how to remove this "review" field?

    Another issue on this page "Boutique" the slider is black, while in "all pages" my shop page contains my slider Revolution Slider ... I feel that there is a second page that I shop not see in "all pages" ... how I can customize the slider and the general appearance of your page on this link:

    Thank you again for your help,
  • 3. If you mean AVIS tab, then you can remove this part with:
    .single-product .product_wrapper .accordion .question:last-child { display: none !important; }
    But about the slider, to display it on all WooCommerce pages, you need to use Slider option under Theme options > Blog, Portfolio & Shop > Shop > Options section.
Sign In or Register to comment.