Loading...
Changes Saved.
Error Occurred!
Home Products Blog Community Support Resellers

How to Hide the Description and Features Tab on the Product Details Page

If you don't need to have the Description or the Features Tab on the Product Details Page, you can easily hide using some basic CSS. To do that, follow these steps:

  1. Click on Design > Site Layout
  2. Select the Custom CSS tab
  3. To disable the Description tab, enter the following CSS code:

    #jroxTabLi1 { display: none}

  4. To disable the Features tab, enter the following CSS code:

    #jroxTabLi2 { display: none}

  5. By adding those CSS codes, it will hide either tab for you.

 




Related Articles