• Resolved canetoscano

    (@canetoscano)


    Is there a way to change the woocommerce products description title tab or change the name into something else (I don’t want to hide the section) without adding codes to the function.php file?

    I tried adding this CSS with no luck:

    /* Hide woocommerce description title tab */

    #tab-title-description.description-tab.active name {
    display: none;
    }

    #tab-title-description.description-tab.active h2 {
    display: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • @canetoscano How did you finally resolve this issue? I found many descriptions how to change name or hide the whole description tab but I just want to hide the title of the description tab so my other tabs jump up a little…

    Thread Starter canetoscano

    (@canetoscano)

    Hi, @phnx85 I am not sure anymore… But since I am using the Elex plugin, that’s how I think I fixed it…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing or hiding woocommerce description title tab’ is closed to new replies.