single product tabs and description
-

vtParticipant
hello
i am trying to add more tabs https://prnt.sc/9wZhQzyDi0fg and change the way the typography is in the extra information but there seems no option
Hello,
Navigate to Theme Settings > Single product > Tabs and add the additional tabs.
Also, Go to products > Edit Product > On the edit product page, check the Product Settings > Tabs tab and create a custom tab for each product separately, and add the content: https://ibb.co/z53zhnm
For additional information content, Please add the below Custom CSS code to Theme Settings > Custom CSS > Desktop CSS. change the values as per your requirements.
.single-product .shop_attributes tr {
justify-content: left !important;
}
.single-product .shop_attributes td {
text-align: left !important;
}
.single-product .shop_attributes {
--wd-attr-v-gap: 15px; /* Adjust vertical gap */
--wd-attr-h-gap: 20px; /* Adjust horizontal gap */
}
.single-product .shop_attributes tr {
gap: 5px 55px !important; /* Adjust row spacing */
padding-bottom: 10px !important;
margin-bottom: 20px !important;
}
Best Regards,

vtParticipant
that will work thx is it possible to remove the reviews tab https://prnt.sc/-6SS0P9D3OdS
Hello,
You can remove the Reviews tab by disabling product reviews in WooCommerce.
Navigate to WooCommerce > Settings > Products > Uncheck the option “Enable product reviews”
This will automatically remove the Reviews tab from the product page.
If you have any questions feel free to contact us.
Best Regards,

vtParticipant
Hello,
You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards,
The topic ‘single product tabs and description’ is closed to new replies.