Tagged: Product page
hello, is it possible to show the description, additional information and review tab as full width on the product page?
what page do I need to access to make custom edits in the editor?
is it possible to remove the category image at the top of the page on a category page so that it only shows the list of products?
Hi arranch!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive.woocommerce .page-thumb {
display: none;
}
.single-product-summary {
width: 100%;
}
Best regards,
Yigit
thanks Yigit
is it possible to have just the product info tabs in the full width option and the Title, Price, cart button and SKU to all show on the right of the image as before?
Hey!
it seems to be on the right side of the image for me. What do you mean exactly? I think we might need a mockup showing the results you want to achieve (imgur.com, dropbox).
Regards,
Andy
hey Andy
sorry, yes i changed it back to the standard layout temporarily.
check it now as i’ve put it back to how Yigit’s code made it show like.
Hi!
Please add following code to Quick CSS as well
.single-product-summary {
overflow: visible;
}
.template-shop div.product div.summary {
width: auto;
float: left;
}
Cheers!
Yigit
thanks Yigit, that’s exactly what i was looking for
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit