This topic has 2 replies, 2 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
Is it possible to disable the Product Description and the Next/Previous arrows that appear above the price on the single product page? I couldn’t find a switch in the Theme Options that would allow me to do that. Did I miss it? If not how can I disable that functionality?
Thanks,
AP
Hello,
Please, add this code into custom.css file.
.product-navigation{
display:none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
The issue related to '‘Disable Product Description on single product page’' has been successfully resolved, and the topic is now closed for further responses