Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1114653

    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?

    #1114655

    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.

    #1114687

    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

    #1114741

    Worked perfectly, thank you again.

    #1114783

    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

    #1114797

    Thank you yes let’s close this case.

    #1114845

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove page featured image from all woocommerce pages’ is closed to new replies.