• Resolved imaging77

    (@imaging77)


    Hello, I would like to remove the Brand title from the product tab. I found an earlier thread with this CSS code:

    #tab-title-pwb_tab {
    display: none;
    }

    I have tried to insert this CSS code in both the child functions.php and when that did not work, I tried the main theme functions.php, but it doesnt work! The brand title is still showing in the product tab.

    Could you help me understand how I remove the Brand title from the product tab?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter imaging77

    (@imaging77)

    UPDATE:

    Using the below shown CSS code in the ‘Additional CSS’ field in my theme, remove/hides the actual ‘Brand’ product TAB, not the individual brand ‘title/heading’ in the brand tab.
    _____________

    #tab-title-pwb_tab {
    display: none;
    }
    __________

    It is the actual Brand TITLE/heading (and not the ‘brand tab’) I would like to remove/hide from the brand tab.

    But I can not seem to target this actual ‘brand title/heading’ itself.

    Could you help me with the specific CSS code to target the actual Brand title/heading? (and not the brand tab).

    Thank you very much!

    Plugin Author quadlayers

    (@quadlayers)

    Hello @imaging77
    Please share the page and screenshot to see wich brand you want to hide

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

The topic ‘Remove Brand Title from Product tab’ is closed to new replies.