• Resolved fran4444

    (@fran4444)


    In the previous incarnation of this plugin, it was possible to hide the title text of the product tabs. (The tab label text is not at issue here.)

    Even with a blank field of the following:
    >”Define the product description header.”
    >”Define the product additional information header.”
    . . .they now default to
    “Product Description” and “Additional Information” respectively.

    Please, is it possible to hide / turn those titles off?

    * * * *

    https://wordpress.org/plugins/woocommerce-poor-guys-swiss-knife/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ulihake

    (@ulih)

    Hello fran4444.

    This is due to a bug report from somebody else. I tried to fix this problem by offering the WooCommerce default if a label definition is empty. That said, if you don’t want to display the labels I believe it’s better to use template overwrites or css to do this.

    Nevertheless: I will ponder a bit if it’s good to allow empty labels in some contexts. Maybe these two don’t do no bad if empty.

    Regards.
    uh

    Thread Starter fran4444

    (@fran4444)

    Thanks for the swift update.

    Would you be able to provide a css snippet to hide/remove those headers title texts then? (Please explain-like-Im-five; newbie here :D)

    (Not the top tab label text, the header text only)

    * * * *

    Thread Starter fran4444

    (@fran4444)

    Found a snippet that works!
    (paste into custom css)

    /*hide product page tab headers*/
    .woocommerce .woocommerce_tabs .panel h2, .woocommerce .woocommerce-tabs .panel h2 {display:none !important}

    * * * *

    Plugin Author ulihake

    (@ulih)

    Ok, thanks for sharing.
    uh

    @fran4444
    Thank you very much mate

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tabs – Product title text can't be hidden’ is closed to new replies.