How to remove the Description Tab Title
-
I have been trawling support for some CSS to completely remove the Description Title from a single product page.
I have no need for additional tabs, so these are already removed, but the Description Title is also not required.
See attached screen shot.
The CSS below has already been added to the Theme settings / Custom CSS / Global CSS but with no difference in the page.
}
li#tab-title-description {
display: none;
}
.wd-nav-tabs .description_tab{
display: none;
}
Attachments:
You must be
logged in to view attached files.
Hello,
In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Kind Regards
Thanks for the offer to help Luke. Actually, the code i have does actually work, my css syntax was the issue. No help needed in this case. Please close this case. Thanks again.
Hello,
Okay, understood. Always remember that you can reach out to us with any questions you may have.
We wish you a splendid day!
Kind Regards
The topic ‘How to remove the Description Tab Title’ is closed to new replies.