Title: Remove tittle tabs
Last modified: September 24, 2022

---

# Remove tittle tabs

 *  [freddyeee](https://wordpress.org/support/users/freddyeee/)
 * (@freddyeee)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-tittle-tabs/)
 * Hi
    how can the tittle tab on the product pages be removed ?
 * these ones circled in red
    [https://snipboard.io/gjzThB.jpg](https://snipboard.io/gjzThB.jpg)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-tittle-tabs%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-tittle-tabs/#post-16045893)
 * Hi! This css should do it for you:
 *     ```
       .single-product div#tab-description h2 {
           display: none;
       }
       ```
   
 * Hope that helps!
 * Best,
    Hannah
 *  Thread Starter [freddyeee](https://wordpress.org/support/users/freddyeee/)
 * (@freddyeee)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-tittle-tabs/#post-16060633)
 * thanks
 * do you know how could be added an icon like this one on the mobile version of
   the tabs?
    [https://snipboard.io/MeatSG.jpg](https://snipboard.io/MeatSG.jpg)
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-tittle-tabs/#post-16066260)
 * Hi,
    There isn’t a built-in option for this. Are you using Shop Kit? With Shop
   Kit 2.0 you can built custom product templates. In that case you could add the
   Kadence Tabs Block to your product page which has the ability to add icons to
   your tab titles. Let me know if you would like further guidance with that.
 * Kindly,
    Hannah
 *  Thread Starter [freddyeee](https://wordpress.org/support/users/freddyeee/)
 * (@freddyeee)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-tittle-tabs/#post-16066830)
 * does the shop kit allow to edit just this tab section of the product page or 
   the entire product page ?
    I just need to style the tab section [https://snipboard.io/684PCo.jpg](https://snipboard.io/684PCo.jpg)
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-tittle-tabs/#post-16069856)
 * It allows you to build out custom product pages.
    You can do a bit of a workaround
   with css like this:
 *     ```
       @media (max-width: 768px) {
       .woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
           content: "v";
           float: right;
       }
       .woocommerce div.product .woocommerce-tabs ul.tabs li a {
           padding: 5px 0;
       }
       }
       ```
   
 * Just replace the “v” with your icon. Would that work for you?
 * Kindly,
    Hannah
 *  Thread Starter [freddyeee](https://wordpress.org/support/users/freddyeee/)
 * (@freddyeee)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-tittle-tabs/#post-16070375)
 * I use this :
 *     ```
       @media (max-width: 768px) {
       .woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
           content: "https://www.runayaq.com/wp-content/uploads/2022/10/dropdown-1.svg";
           float: right;
       }
       .woocommerce div.product .woocommerce-tabs ul.tabs li a {
           padding: 5px 0;
       }
       }
       ```
   
 * but it didn’t work
    I desire to get this result: [https://snipboard.io/XM5koN.jpg](https://snipboard.io/XM5koN.jpg)
   [https://snipboard.io/jG1ocY.jpg](https://snipboard.io/jG1ocY.jpg)
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/remove-tittle-tabs/#post-16079826)
 * Hey,
    I’m not sure of a way to achieve that with CSS. Sorry. Kadence Shop Kit
   does allow you to add custom tabs without editing the whole product page. [https://www.kadencewp.com/kadence-shopkit/](https://www.kadencewp.com/kadence-shopkit/)
 * Kindly,
    Hannah
 *  Thread Starter [freddyeee](https://wordpress.org/support/users/freddyeee/)
 * (@freddyeee)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/remove-tittle-tabs/#post-16086735)
 * can I add some icon to those tabs with kadence shop kit ? like in the example
   I been writing about
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/remove-tittle-tabs/#post-16089841)
 * Yes! You’ll see an example on the page I linked to.
 * Kindly,
    Hannah

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

The topic ‘Remove tittle tabs’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kadence/1.5.0/screenshot.png)
 * Kadence
 * [Support Threads](https://wordpress.org/support/theme/kadence/)
 * [Active Topics](https://wordpress.org/support/theme/kadence/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kadence/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kadence/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [hannah](https://wordpress.org/support/users/hannahritner/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/remove-tittle-tabs/#post-16089841)
 * Status: not resolved