Home>Support

Remove related products in Vantage Theme

By Greg Kazz Kasse, 9 years ago. Last reply by Andrew Misplon, 9 years ago
To remove the Related Products block you’ll need to create a child theme, add a functions.php file to that child theme and enter the following into that file: I did the above and now where do I enter the file? <?php function woocommerce_remove_related_products(){ remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20); } add_action('woocommerce_after_single_product_summary', 'woocommerce_remove_related_products'); Thank you

CSS changes

By Greg Kazz Kasse, 9 years ago. Last reply by Andrew Misplon, 9 years ago
Can I change the lettering color and height on my Home Page? The page header name and letters under products for sale. I followed your tutorial video and the written instructions below and really does not look that complicated. When I type it into Custom CSS and hit Save it puts the change in the…

Related Products

By Greg Kazz Kasse, 9 years ago. Last reply by Andrew Misplon, 9 years ago
Can I take the Related Products on the Description page? I am now so close to having the site the way I want it! Feeling good about it! Thanks Greg

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More