Home › Forums › WoodMart support forum › How to hide tab in sigle product
How to hide tab in sigle product
- This topic has 7 replies, 2 voices, and was last updated 3 years, 1 month ago by Elise Noromit.
-
AuthorPosts
-
December 5, 2021 at 11:39 am #336986
Danilo84ParticipantHi all,
i’d like to hide the standard tab that show after “add to cart” i want to show only custom tab created by myself. At least i just want to show n.3 custom tabs
how can i do?Thx
D.December 5, 2021 at 9:29 pm #337026
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.postid-381 .single_variation_wrap{ display:none; }
Replace
381
with the product Id where you want to remove Add to cart button.Best Regards
December 6, 2021 at 11:25 am #337161
Danilo84Participantmaybe I expressed myself badly, I don’t want to remove add to cart, I want to remove the standard tabs and create customized ones, like in screenshot
Thx
Attachments:
You must be logged in to view attached files.December 6, 2021 at 5:37 pm #337251
Elise NoromitMemberHello,
Description – is the main description on the product page. If you clean the product description it would disappear.
Reviews are disabled in the Woocommerce > Settings > Product.
Additional tab (with the attributes) enter each attribute in the product page and disable showing on the product page to hide the tab.
Additional tab (Shipping information) You can edit it in the Theme Settings > Product page > Tabs > Additional tab Clean all the content.
Best Regards
December 6, 2021 at 7:42 pm #337274
Danilo84ParticipantSorry but something not working
Tab description still showing, i just want the main description (on side of product image) and remove that tab
and how can i order the tab (for example review in the last position)?
December 6, 2021 at 10:18 pm #337306
Elise NoromitMemberHello,
Your purpose is contradictory: you say you want to hide all tabs and want reviews to be the last.
You can delete the main description in the product page and insert all the information in the short description, in this case, the product description will be on the right from the image.
Alternatively, you can have the tabs, and configure them as accordion beside the image, you can find the option in the Theme Settings > Single Product > Tabs. If you have main description and reviews, the reviews would be the last.
If you have any questions please feel free to contact us.
Best Regards
December 7, 2021 at 12:08 pm #337442
Danilo84Participantsorry maybe i confuse you, i have short description and thats right
but the problem with tab still remain
i try to attach a screenshot with information
Thx
Attachments:
You must be logged in to view attached files.December 7, 2021 at 8:54 pm #337548
Elise NoromitMemberHello,
WoodMart does not have the option to change the tabs order and Woocommerce does not provide the option by default.
Please check this manual, perhaps it would help you to achieve the goal: https://woocommerce.com/document/editing-product-data-tabs/
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register