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?
Theme version: 7.2.9Hello,
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
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.