Title: Tab title
Last modified: May 16, 2020

---

# Tab title

 *  Resolved [jamesbil](https://wordpress.org/support/users/jamesbil/)
 * (@jamesbil)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/tab-title-8/)
 * Hi,
    is there any way to remove the tab title above the content? It does not 
   need to be shown twice.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftab-title-8%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [evgeniyzhu](https://wordpress.org/support/users/evgeniyzhu/)
 * (@evgeniyzhu)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/tab-title-8/#post-12851273)
 * /wp-content/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/public/class.
   yikes-woo-tabs-display.php
 * online: 115
 *  Thread Starter [jamesbil](https://wordpress.org/support/users/jamesbil/)
 * (@jamesbil)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/tab-title-8/#post-12852321)
 * Yes I have this plugin. But is there any way to remove the tab title above the
   content? It does not need to be shown twice.
 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [6 years, 2 months ago](https://wordpress.org/support/topic/tab-title-8/#post-12864349)
 * Hi [@jamesbil](https://wordpress.org/support/users/jamesbil/)
 * There are a few ways to hide/remove the title.
    - Hide it with CSS
    - Add a function to your functions.php file to remove it
    - Use the Pro version (we have a setting to remove it)
 * Personally, I think the CSS route is the easiest DIY way to go.
 * I took a look at your site and this should do it:
 *     ```
       h2.yikes-custom-woo-tab-title {
           display: none;
       }
       ```
   
 * You have a few options to add CSS code:
    - If you’re using WordPress 4.7 or higher, you can go to **Appearance** > **
      Customize** > **Additional CSS** and place the code there.
    - If you created this theme yourself, you can just add it to your style.css 
      file
    - If you’re using a theme you downloaded or bought you can make a child theme
      and add the code to your child theme’s style.css file
    - Your theme may have a “Custom CSS” option. If it does, then you can just paste
      it in there.
    - You can use a plugin like [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
      or Jetpack and enter the code in their Custom CSS area
 * Thank you,
    -Tracy
 *  Thread Starter [jamesbil](https://wordpress.org/support/users/jamesbil/)
 * (@jamesbil)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/tab-title-8/#post-12865718)
 * Thanks, but the code has an error, it won’t work.

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

The topic ‘Tab title’ is closed to new replies.

 * ![](https://ps.w.org/yikes-inc-easy-custom-woocommerce-product-tabs/assets/icon-
   256x256.png?rev=1558461)
 * [Custom Product Tabs for WooCommerce](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-custom-woocommerce-product-tabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-custom-woocommerce-product-tabs/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [jamesbil](https://wordpress.org/support/users/jamesbil/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/tab-title-8/#post-12865718)
 * Status: resolved