ASSIST TO REMOVE CUSTOM TAB TITLE HEADING
-
Hi,
Could you assist to remove the all tab title heading? refer attached.
I provide the temporary access link in private content, you are granted to check detail and remove all of tab heading title on my tab.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
The titles are coming from a third-party plugin, not our theme.
Therefore to remove them try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. And see if this works for you.
h2.yikes-custom-woo-tab-title {
display: none;
}
Best Regards