• Hello,

    I want to remove the woost_tab_heading function to not display the heading tag on custom tabs. Can you show me how?

    Thank you!

Viewing 1 replies (of 1 total)
  • denisgomesfranco

    (@denisgomesfranco)

    Yeah, that’s something odd with this plugin. Regular tabs (description, reviews) do not add a heading before the text but custom tabs do, and there is no way to remove that heading from within the plugin.

    But a simple CSS trick would do the job for now, @kaiderella. Just add…

    h2.woost-tab-heading { display: none; }

    …to your site’s custom CSS section and there you go.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove woost_tab_heading’ is closed to new replies.