Home Page › Forums › Porto | Multi-Purpose & WooCommerce Theme › Remove product tabs
- This topic has 10 replies, 2 voices, and was last updated 1 month, 1 week ago by Aizaz Awan.
-
AuthorPosts
-
August 1, 2024 at 5:16 pm #20294
Hello, how i can remove “product id” tab?
Also, i have “product fields” at woocommerce with extra fee at some products. How i can remove and/or rename “Product total”,
“Options total”,”Grand total”?Attachments:
You must be logged in to view attached files.August 1, 2024 at 5:33 pm #20296i found how to remove product id – SKU. Do you know about the others?
August 2, 2024 at 9:22 am #20301Hello, @Γιώργος Κουκούσης,
Could you please share your site WP Admin URL and Credentials along with the page URL of the product so that I can have a look into it for you on your site and help you out?
Best Regards,
PThemes Team.August 2, 2024 at 4:04 pm #20303Hello, i am sending you your credentials.
This field is Private Content.
August 2, 2024 at 7:30 pm #20304Hello, @Γιώργος Κουκούσης,
Those tags are coming from the third-party plugin: Advanced Product Fields for WooCommerce so in order to remove them you can use the Custom CSS code, please copy and paste the below given CSS code to Porto >> Theme Options >> Skin >> Custom CSS and check back to your site after clearing the browser cache.
.single-product .wapf-product-totals { display: none !important; }
Best Regards,
PThemes Team.August 3, 2024 at 7:00 am #20353Hello, is it an option to display only “Grand Total” and to rename it?
August 3, 2024 at 7:14 am #20354Hello, @Γιώργος Κουκούσης,
Ok, please remove the code that I shared with you and show those totals again, and share the page URL as well, so that I can check it for you, if all the prices will have different classes then it will be possible to only show the grand total and hide others and if all will have the same classes then it might not be possible.
Best Regards,
PThemes Team.August 3, 2024 at 7:22 am #20355August 3, 2024 at 8:18 am #20356Hello, @Γιώργος Κουκούσης,
Please try to use the below given CSS code below, it will hide two prices and will only show the grand total price:
.wapf-product-totals .wapf--inner div:first-child, .wapf-product-totals .wapf--inner div:nth-child(2) { display: none !important; }
Best Regards,
PThemes Team.August 10, 2024 at 10:10 am #20848Thank you very much! You are the Best!!!
August 10, 2024 at 11:36 am #20849Hello, @Γιώργος Κουκούσης,
Thank you so much for reaching out to us and expressing your satisfaction with our services. We greatly appreciate your positive feedback!
We would like to kindly request your support by leaving a 5-star rating for our Theme, as well as for our Customer and Technical Support. Your feedback is invaluable to us and will enable us to continue delivering regular updates and dedicated support in the future. Your endorsement would be a tremendous source of encouragement for our team.
If you have a moment, please visit the following link to leave your rating: [ http://themeforest.net/downloads ].
Once again, we truly appreciate your kind words and your continued support. Should you have any further questions or need any assistance, please do not hesitate to contact us.
Wishing you a fantastic day ahead!
Best Regards,
PThemes Team. -
AuthorPosts
- The topic ‘Remove product tabs’ is closed to new replies.