Home › Forums › Themes Support › Claue › Deleting "additional information" tab in product detail page
Tagged: tab delete
- This topic has 12 replies, 3 voices, and was last updated 6 years, 3 months ago by Harry.
-
AuthorPosts
-
-
December 16, 2017 at 3:50 pm #14989
How do I delete “additional information” tab? I am creating custom tabs instead.
-
December 16, 2017 at 5:09 pm #14994
Hi,
You can delete this tab by add custom css in Claue > Theme Option > General Layout > Custom CSS
.additional_information_tab, #tab-additional_information {display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
December 16, 2017 at 7:25 pm #15000
Awesome thanks!
-
-
August 7, 2018 at 8:42 pm #23674
Today I added weights to my products and this “additional information” tab started to appear in product pages.. I added above CSS rule but it didn’t work(it got rid of additional information title but not the weight content under the title). I added .woocommerce-tabs {display: none;} and it worked but i’m worried that it might be hiding other contents(if this css rule is used for other contents) from other pages.
NOTE: I didn’t want to create another post for the same question as its already been created so I posted my issue here.
-
August 8, 2018 at 12:04 am #23678
Hi @dinaFashion
Did you try the code
.additional_information_tab, #tab-additional_information {display: none;}
I tried on my local it still work well.
If you use code
.woocommerce-tabs {display: none;}
it will hide all tabs (description, review)
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 8, 2018 at 3:59 pm #23692
Hello Harry, I added your code but it still shows the Weight in the additional information section. I am ready to sacrifice the Additional Information section by using .woocommerce-tabs {display: none;} cause I really don’t like people to see the weight infomation as I added it just to calculate the shipping cost by weight.
NOTE: I took this capture after I added “.additional_information_tab, #tab-additional_information {display: none;}” to the custom CSS.
NOTE AGAIN: I added .additional_information_tab, #tab-additional_information {display: none !important ;} and it worked.. Now there is a 50px gap cause it has pt__50 class attached to .woocommerce-tabs class but I think im ok with that..
Thank You..
Attachments:
You must be logged in to view attached files.-
August 8, 2018 at 4:59 pm #23696
Could you send me your site link as private reply. I will check and help you solve.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
August 8, 2018 at 5:56 pm #23697This reply has been marked as private.
-
August 9, 2018 at 8:44 am #23705
Hi @dinaFashion,
I see you change code to
.additional_information_tab, #tab-additional_information { display: none !important; }
and it now work well.
Could you send me link of product it doesn’t show variation swatch on shop page?
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
August 9, 2018 at 4:41 pm #23712This reply has been marked as private.
-
August 10, 2018 at 12:20 am #23724
Hi,
Sorry i don’t know which cause this issue. Could you try deactivate plugin one by one to check.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 11, 2018 at 1:23 pm #23744
Hello Harry,
No Problem.. This is really not a big issue. Thank You for the support. -
August 11, 2018 at 1:47 pm #23745
You are welcome!
Have a nice day!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.