How to remove other sections in the product page
-
Hi
How to remove other sections and update Additional information section in the product page please refer the screen shot
Remove Section
1. SKU
2. Tags
Update Section
Additional information – how to update and add a new content in the additional information section.
Attachments:
You must be
logged in to view attached files.
Hello,
To hide the product meta information, please follow these steps:
1. Navigate to Theme Settings.
2. Select a Single Product.
3. Navigate to the Elements section.
4. In the Show Product Meta area, choose the Hide option.
See the Screenshot for a better understanding:
https://ibb.co/dgbPQtw
The “Additional Information” tab will only show if the product has weight, dimensions or attributes (with “Visible on the product page” checked).
Best Regards
Thanks for the support is it possible to remove the additional information and Shipping and delivery section or tab from the product page
Hello,
Navigate to Theme Settings > Shop > Single Product > Tabs. In the Additional tabs, you can remove the Shipping tab.
To remove the additional information tab, Add this code to the Theme Settings > Custom CSS > Global:
li.additional_information_tab {
display: none;
}
Best Regards