• Resolved Made in the Moon

    (@cramond2print)


    Hi, I am wondering if it is possible to remove the headings / titles. I ask because it displays twice on my website. Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @cramond2print,

    You can add a PHP filter function:

    /**** Custom Product Tabs - Remove Tab Title ****/
    add_filter( 'yikes_woocommerce_custom_repeatable_product_tabs_heading', '__return_false' );

    Or you can do this with custom CSS:

    .yikes-custom-woo-tab-title {
        display: none;
    }

    Cheers,
    Kevin.

Viewing 1 replies (of 1 total)

The topic ‘Remove Titles?’ is closed to new replies.