I want to set the navigation bar on the product to disappear.
-
First, I want to set the navigation bar on the product to disappear:Screenshot 1
Second, I want the product description, additional information, comments,Shipping & Delivery(picture 2) is like picture 3. Example link:https://www.evanhair.com/product/bob-straight-wig-front
Attachments:
You must be
logged in to view attached files.
Hello,
You can hide the navigation on the product page in the Theme Settings > Product page.
Transformation according to into the tabs would require complicated customization that is not covered by our support.
Best Regards
I set up according to your instructions, but the first problem is not solved. As shown in picture 1, I set a hidden here:Theme Settings > Product page > Hide tabs headings(on)> Hide products navigation(on),I only saw the arrow disappeared here, but this row did not disappear:picture 2
Attachments:
You must be
logged in to view attached files.
Hello,
I do not see navigation in the product page https://prnt.sc/uu2a7p please provide the page URL with the problem.
Best Regards
Yes, you really can’t see the navigation, but there is a blank row, there is a blank row, I want to remove the blank row and move the product pictures and information up a bit
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single-breadcrumbs-wrapper {
display:none;
}
Best Regards