Tagged: woocommerce
Hello – I couldn’t find this via searching, but is there a way within enfold to modify the default product page layout? I don’t like the default layout and was hoping to change it without having to manually adjust 200+ pages individually.
Thanks!
Hey Elliot,
You can always go ahead and edit the WooCommerce template files.
That would help you modify all the HTML / CSS if the template.
let us know if you need anything else.
Best regards,
Basilis
Hi,
Thank you for the info.
Please try to decrease the width of the logo on mobile view.
@media only screen and (max-width: 767px) {
.responsive .logo img {
height: auto !important;
width: auto;
max-width: 100%;
max-height: 50px;
}
}
We would like to apologize for the delay. We normally respond within 24 hours but in the wake of the latest theme update, we have received more inquiries than usual. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Best regards,
Ismael