Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1247374
Edit Product Page
Closed

Comments

  • LauraDay93 started the conversation

    ** Site currently being hosted locally for time being.


    I am trying to edit the product page, as I would like to remove the "You May Be Interested In" and change it to the product categories. How do i edit this page?

    Thanks.

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    .woocommerce .related-products.clearfix {
        display: none;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • LauraDay93 replied

    Hey,
    Yes that will work for hiding the related products, but I'd like to display the categories instead, like the attached screenshot.

  •  7,280
    Oliver replied

    In this case you need to edit:

    /wp-content/themes/thegem/woocommerce/single-product/related.php

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • LauraDay93 replied

    Thanks, sorted it!