This is the account page in Woocommerce on my site – https://bandanacouture.com/my-account
How do I remove the red image completely from all shop pages?
We have successfully done this on the “Shop” page with this:
#top.archive .page-thumb {
display: none !important;
}
The other pages that still have it are My Account, Cart, and Checkout.
Hi GlobalListingEchange,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.post-entry.post-entry-type-page.post-entry-29 .page-thumb,
.post-entry.post-entry-type-page.post-entry-507 .page-thumb,
.post-entry.post-entry-type-page.post-entry-28 .page-thumb {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Worked perfectly, thank you again.
Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Thank you yes let’s close this case.