This topic has 3 replies, 2 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
Is there a way to remove the short product description and make the custom tabs more like tabs rather than an accordion? I tried changing the settings in theme options and it didn’t work.
Thank you!
Monica
Or would it be possible to just remove the long description???
-Monica
Hello,
You can change tabs display in Theme Options > Single Product Page.
To remove short description add this code into custom.css file:
.product-information .short-description {
display: none;
}
To create custom.css you need rename default.custom.css to custom.css via FTP in the folder wp-content/themes/royal. Then enable it in Theme Options > Custom CSS.
Regards,
Eva Kemp.
Tagged: best selling, description, product, remove, short, themes, woocommerce
The issue related to '‘remove short product description’' has been successfully resolved, and the topic is now closed for further responses