Title: hide heading text in video tab
Last modified: March 6, 2022

---

# hide heading text in video tab

 *  Resolved [cladiv](https://wordpress.org/support/users/cladiv/)
 * (@cladiv)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/hide-heading-text-in-video-tab/)
 * Hello, how to hide the heading title in the video tab like the description tab
   and additional information tab?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhide-heading-text-in-video-tab%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [jpowersdev](https://wordpress.org/support/users/jpowersdev/)
 * (@jpowersdev)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/hide-heading-text-in-video-tab/#post-15434123)
 * Hi [@cladiv](https://wordpress.org/support/users/cladiv/),
 * I don’t see a video tab on the page you linked, but you can do that using CSS.
 * Something like:
 *     ```
       #tab-video h2 {
           display: none;
       }
       ```
   
 * Jon
 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [4 years, 1 month ago](https://wordpress.org/support/topic/hide-heading-text-in-video-tab/#post-15434128)
 * Hi [@cladiv](https://wordpress.org/support/users/cladiv/)
 * You can also refer to this article from our Knowledge Base:
    [https://yikesplugins.com/knowledge-base/how-to-hide-tab-headings-in-css-or-php/](https://yikesplugins.com/knowledge-base/how-to-hide-tab-headings-in-css-or-php/)
 * Thank you.
    -Tracy

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

The topic ‘hide heading text in video tab’ 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/)

 * 2 replies
 * 3 participants
 * Last reply from: [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/hide-heading-text-in-video-tab/#post-15434128)
 * Status: resolved