Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @rhdestek,

    You can do this with a filter or with CSS.

    Here is the filter code:

    add_filter( 'yikes_woocommerce_custom_repeatable_product_tabs_heading', '__return_false' );

    And here is the CSS:

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

    Let me know if you need help applying one of those solutions.

    Thank you,
    Kevin.

    Thread Starter rhdestek

    (@rhdestek)

    Thank you so much for your interest in Kevin.
    Because of the intensity of my work, I had no opportunity to experiment.
    The first filter code you gave did not work, but the second CSS code worked.
    I think adding this as a feature in the setting section would be very useful for the plugin.

    Thanks. Wish you continued success

    Plugin Contributor Tracy Levesque

    (@liljimmi)

    ?????? YIKES, Inc. Co-Owner

    This is a feature in the pro version of our plugin.

    Fortunately it’s a really easy CSS fix if you only want to use the free version.

    Thank you,
    -Tracy

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I remove the auto-generated title in the tab?’ is closed to new replies.