How can I hide or get rid of the “second” text verbiage on the product tabs. For instance, the tab reads Description, and then it has a title Description again. It’s redundant. I want to get rid of it. I have a screenshot if my explanation is not clear enough.
Hi cdubose574,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .wc-tab .yikes-custom-woo-tab-title {
display: none;
}
Best regards,
Nikko