Home Forums WoodMart support forum ASSIST TO REMOVE CUSTOM TAB TITLE HEADING

ASSIST TO REMOVE CUSTOM TAB TITLE HEADING

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #311765

    mht24
    Participant

    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.
    #311779

    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

Viewing 2 posts - 1 through 2 (of 2 total)