Home › Forums › WoodMart support forum › single product hide tab
single product hide tab
- This topic has 13 replies, 2 voices, and was last updated 4 months, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 7, 2025 at 12:57 pm #652126
vtParticipanthello
i am trying to hide this tab https://prnt.sc/ufvbLNM-I1Rb so far no options can it only be hidden with css?if yes please provide the codeApril 7, 2025 at 3:55 pm #652216
Aizaz Imtiaz AwanKeymasterHello,
This is the main description on the product page. So, if you want to hide it, just remove all description content.
If you want to remove both tabs, add the following code in Theme Settings > Custom CSS:
.woocommerce-tabs .wc-tab, .woocommerce-tabs ul.tabs li { display: none !important; }
Best Regards.
April 7, 2025 at 4:04 pm #652223
vtParticipanthello i dont wanna hide all tabs because this will happen https://prnt.sc/fk7NEZ7IBT6d and some important info will be hidden like this https://prnt.sc/2cRo04quaFhz and this in some products https://prnt.sc/Z4fpxpb3_qKP i wanna hide all the information about weights dimensions
April 8, 2025 at 9:16 am #652385
Aizaz Imtiaz AwanKeymasterHello,
To remove the additional information tab, add this code to the Theme Settings > Custom CSS > Global:
li.additional_information_tab { display: none; }
Best Regards,
April 8, 2025 at 2:44 pm #652538
vtParticipanthello
this will remove every attribute i dont want that i wanna hide dimensions and weight onlyApril 8, 2025 at 3:43 pm #652572
Aizaz Imtiaz AwanKeymasterHello,
Try to add the following code in Theme Settings > Custom CSS to remove the only weight and dimension.
.woocommerce-product-attributes-item--weight, .woocommerce-product-attributes-item--dimensions { display: none !important; }
Best Regards,
April 10, 2025 at 12:13 pm #653036
vtParticipantyes that works thank you can you also resolve this bug i have this format https://prnt.sc/pCFp_EtzoOrc but on some products it appears like this https://prnt.sc/NfkTjSkGHAtkvvvvvv
April 10, 2025 at 2:07 pm #653071
Aizaz Imtiaz AwanKeymasterHello,
You have added the price display suffix with exclude tax in WooCommerce> Settings > tax.
Please follow this guide on how it works: https://woocommerce.com/document/setting-up-taxes-in-woocommerceIf you have any questions, feel free to contact us.
Best Regards,
April 10, 2025 at 3:37 pm #653121
vtParticipantit should display https://prnt.sc/mVvePxAytcTd but it just shows it like that https://prnt.sc/ZawoxWOPri-E
April 10, 2025 at 4:09 pm #653146
Aizaz Imtiaz AwanKeymasterHello,
Could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront to understand if it is our theme issue or not?
Best Regards,
April 11, 2025 at 9:47 am #653290
vtParticipantto disply this text there a code someone from support here gave me since it didnt display before but the ticket is closed and i cant find where the code if it displays different without the theme woodmart
April 11, 2025 at 2:32 pm #653393
Aizaz Imtiaz AwanKeymasterHello,
This is your topic. Please check this and use this code.
https://xtemos.com/forums/topic/product-price-not-displaying-right/Best Regards,
April 11, 2025 at 4:30 pm #653440
vtParticipantnope thats a new topic there was an older one which provided a code from the support for my text at that time i didnt have so many products and not problems were seen
April 12, 2025 at 8:20 am #653542
Aizaz Imtiaz AwanKeymasterHello,
You can see all the topics here: https://xtemos.com/forums/users/vt/topics/
You can check the topics and identify where you have discussed this. If you have any questions, feel free to contact us.
Also I have checked your site and the “Τιμη” text appears on your site before the price. You are using this code for this.
.single-product .price > span.amount::before { content: "Τιμη "; display: inline-block; margin-right: 4px; color: rgb(51, 51, 51); font-weight: 500; }
Best Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register