This topic has 6 replies, 3 voices, and was last updated 7 years, 12 months ago ago by Eva Kemp
Hi!
I want to remove the following from the single product page:
1) Product Information – which is under the product titel
2) Quote button
Thanks for you help!
Installed plugins:
Woocommerce Variations Table – Grid
Cart to Quote for Woocommerce
Wordpress Version 4.6.1
Hello,
Please, add this code in Custom CSS file:
.single-product-page .product-info h4 {
display: none;
}
Here is the video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.
Also, provide screenshot for our better understanding what exactly button you want to remove.
Regards,
Rose Tyler.
Sorry for the late reply!
The first question is solved thanks to your custom CSS code.
For the second questions I have some picture an a link.
Picture
Here is the link to the site: Link to site
Thanks for your great support!
Alex
Hello,
Please, add this code in Custom CSS:
.single-product-page .product-info .c2q_button {
display: none;
}
Regards,
Rose Tyler.
Thanks!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘removing "Product Information" and "cart-button"on single product page’' has been successfully resolved, and the topic is now closed for further responses