I recently made the switch from using my description box to simply inputing all of my product's info into the product features option. Now my description box is blank and I have no need for it-does anyone have any idea how to remove it?
Announcement
Collapse
No announcement yet.
Removing Description Box
Collapse
X
-
-
Originally posted by thecartdesigner View Poststeffieprice So you aren't using the tabs at all or just not the tab that holds the description?
Comment
-
Add this to your primary active css file to remove the tabs as a whole. Here is how to get to your active css file in V7 admin (settings-->design:themes & styles--> Click "Edit Look/Colors(CSS)" in top right --> "Click "Advance Mode")
#listing0 #rTabs { display: none;}
If you are not sure where to put it... Just put it at the absolute bottom.
Comment
-
Originally posted by thecartdesigner View PostAdd this to your primary active css file to remove the tabs as a whole. Here is how to get to your active css file in V7 admin (settings-->design:themes & styles--> Click "Edit Look/Colors(CSS)" in top right --> "Click "Advance Mode")
#listing0 #rTabs { display: none;}
If you are not sure where to put it... Just put it at the absolute bottom.
Comment
-
steffieprice You can, but you would have to specify a rule per product (can't be specified at cat level for products) or duplicate the listing template, specify a #listing0 #rTabs { display: block;} rule in the new listing template and then select the listing style for the products you wish to show the description box.
Thanks,
shaun
Comment
Comment