Hello,
i was give this code – .single-product-page .product-info h4{display:none} so the i could remove the ‘product description’ header from the box but the code seems not to be working. Is there another one?
Thanks
This topic has 4 replies, 3 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
Hello,
i was give this code – .single-product-page .product-info h4{display:none} so the i could remove the ‘product description’ header from the box but the code seems not to be working. Is there another one?
Thanks
Hello,
Please try this code:
.single-product .tab-content h2{
display:none;
}
Regards,
Robert Hall.
That worked, thank you
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘product description’' has been successfully resolved, and the topic is now closed for further responses