• Resolved ledspros

    (@ledspros)


    Hello.
    The title of Tab is repeat before add text.
    Is it possible to hide the second same title ?
    Thanks a lot for your answer.
    Best regards.

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

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

    (@yikesitskevin)

    Hi @ledspros,

    We have a filter for that:

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

    Do you know how to add filter functions?

    Let me know,
    Kevin.

    Thread Starter ledspros

    (@ledspros)

    Thanks for your answer. But I am very sorry, I have no idea to add this functions…

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @ledspros,

    That’s fine! You have a few options.

    If you’re using your own theme, then add the function to your functions.php file.

    If you’re using a child theme, then add the function to your child theme’s functions.php file.

    You could also try using a plugin like My Custom Functions: https://ww.wp.xz.cn/plugins/my-custom-functions/. That will give you a place from your admin dashboard to add the function.

    There are lots of resources on the web for how to add these functions.

    Hope that helps!

    Kevin.

    Thread Starter ledspros

    (@ledspros)

    Ok. Thanks a lot. I will try in function.php
    Best regards

    Thread Starter ledspros

    (@ledspros)

    It’s working. Thanks a lot,
    Best Regards.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Hide double title tab’ is closed to new replies.