Archived topic
Avoid Redundancy
3 replies · Started by Avi on March 3, 2022
Hi,
I'm using GP Premium's "Target" theme.
There is some redundancy in the product page, which I want to avoid.
For details, please see the following screenshot:
Please show me the way to get rid of it.
Best regards,
Avi
Hi Avi,
Here is a CSS you may try:
div.woocommerce-Tabs-panel > h2 {
display: none;
}
If you're familiar with PHP, this link may also be helpful if you want to make some changes: https://woocommerce.com/document/editing-product-data-tabs/
Also see: https://rudrastyh.com/woocommerce/rename-product-tabs-and-heading.html
Here is an article with regards to adding PHP: https://docs.generatepress.com/article/adding-php/
Hope this helps! :)
Hi Fernando,
Yes, it works!
Thank you for the additional information.
Those are really valuable for my endeavor.
I'm closing this ticket.
You’re welcome Avi! Glad to be of assistance! Feel free to reach out if you’ll need assistance with anything else. :)