This topic has 5 replies, 3 voices, and was last updated 3 years, 5 months ago ago by Rose Tyler
I have a few particular products on my site that is just a form – created using Gravity Forms and populated / integrated using the Gravity Forms Product Addons for Woocommerce.
In these product’s pages, I need the product content to take the entire row/space available, and not show the product images and not show the related products, and not show the product’s title.
How do I achieve that?
Hello,
You may try the Single Product builder for these purposes. Could you, please, provide us with WP Dashboard access to your site and we’ll try to help you. Do you want that full-width template for all the products of some category or just for a few products from different categories?
Regards
Hello,
You can try to use the next custom CSS code:
.postid-93975 .product-images,
.postid-93975 .related-products,
.postid-93975 .related-products-title,
.postid-93975 .product_title {
display: none;
}
.postid-93975 .product-information,
.postid-93975 .product-content form.cart {
width: 100%;
}
Regards
This works perfectly! Thanks for your help!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up