[Support request] Customizing Single Product Page

Home Forums Support [Support request] Customizing Single Product Page

Home Forums Support Customizing Single Product Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #973295
    Alyssa

    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?

    #973310
    David
    Staff
    Customer Support

    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 )

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.