Archived topic
Word "Description" appears twice on WooCommerce Product Page
11 replies · Started by Linda on July 30, 2020
Hi guys,
Talked to WooCommerce rep about this.She suggested it was a theme issue so here goes...
The word "Description" appears twice on our product pages (URL in website URL space, below).
Can you tell me how to delete the top, smaller one?
Thanks for your help and stay safe,
Linda
Hey Linda,
What if you hide the tabs in the customizer?
https://docs.generatepress.com/article/woocommerce-overview/#single-product
Does it remove the description overall?
Let me know :)
Hey Linda,
What if you hide the tabs in the customizer?
https://docs.generatepress.com/article/woocommerce-overview/#single-product
Does it remove the description overall?
Let me know :)
Thanks for your suggestion, Leo. I can't seem to access Customizer from a product page. As soon as I "view product", the black bar with all the wp-admin options on it disappears. And, of course, in edit mode, Customizer doesn't show at all.
Do you know a way I can get to Customizer?
Linda
What about like this?
https://docs.generatepress.com/article/finding-the-customizer/
Great hint, Leo. Worked perfectly to show Customizer! Thanks, it solved an issue I'd experienced a lot. :-)
But, I couldn't find any tabs in the Customizer when on the product page. I did find a box "show short description" which I thought might mean it would go under the first smaller Subscription, but I think is the description that appears on the top right of the page.
I don't understand why "Description" seems to appear twice.
Any further ideas on how to delete the first one? Or how to find the tabs you mentioned?
Thanks again,
Linda
Sorry so you don't see this option in the customizer?
https://docs.generatepress.com/article/woocommerce-overview/#single-product
Sorry, Leo. Got backed up so just saw your reply now. Will check it out and get back to you once I have. My quick glance at your link tells me that I didn't know there was all those options under the T-shirt example. Duh. :-(
Linda
Hi Leo,
Okay, finally got into this again.
What if you hide the tabs in the customizer? Does it remove the description overall?
Yes, it removes the lengthy description which appears under the large "Description" title.
Sorry so you don’t see this option in the customizer?
I can see the left hand column options but not the ones on the right.
Does any of this suggest a solution to you (I hope)?
Linda
PS Realize it's Saturday so next week is fine. We all need weekends these days!! ;)
Try this CSS:
.single-product ul.tabs.wc-tabs {
display: none !important;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
You're a magician, Leo. Worked perfectly via Simple CSS plugin on stage site and Additional CSS on live site.
Thanks so much for your help, your CSS and your patience! :-)
One-Description-Less Linda
No problem :)