Site logo

Archived topic

Customizing Single Product Page

1 reply · Started by Alyssa on August 1, 2019

Viewing posts 1–2 of 2

Hello! First off, let me say I LOVE GeneratePress. It's exactly what I have been looking for.

I need a little help on customizing Woocommerce Single Product pages.

1. I have the entire site set to full width, but would like the Single product content to be in a container.

2. I have created a basic title header for the products, but the old title is still visible above my title.

3. I may want to have a custom header for each product since we only have 7; is there a way to duplicate a header element with settings so I can easily swap out the background image, but keep the basic settings?

Hi there,

Glad to hear you're enjoying the theme, thanks for the feedback.

1. you can use the Layout Element to set the site to Full Width, by select the Entire Site display rule and then Exclude the Single Product in the same element:

https://docs.generatepress.com/article/layout-element-overview/

2. You can try this PHP snippet to remove the title:

remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );

https://docs.generatepress.com/article/adding-php/

3. If you want to duplicate a header element, try the Duplicate Posts plugin on the WordPress repo. Just make sure to a. check Elements in the plugin settings and b. use the New Draft ( Not clone )

This archived topic is closed to new replies.