Is it possible to remove just the “additional information” tabO Or is it possible to edit what goes in it (rather than have variation info there)?
Also, how do you remove the “from $45” label at the top of the product page below the large typed product name?
Hi lpfa!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main_alternate { z-index: 2; }
.single-product #top .price { display: none; }
li.additional_information_tab { display: none; }
Regards,
Yigit
The additional info tab is gone but the “from $45” still remains – here is my Quick CSS:
.product-sorting, .related.products { display: none!important; }#top .variations td.label { width: auto; }#header_main_alternate { z-index: 2; }
.single-product #top .price { display: none!important; }
li.additional_information_tab { display: none; }
Hello!
Please add following code
.single-product .price { display: none!important; }
Cheers!
Yigit
Ok, one more – how do I remove the “from $45” all of the categories on the shop page? See http://imgur.com/TLoixGl
Hey!
If you would like to remove only “From” please add following code to Quick CSS
#top .price .from { display: none!important; }
And if you want to remove both “From” and price, add this one
#top .price { display: none!important; }
Best regards,
Yigit
Beautiful – you guys are great – thanks for the help!