[Resolved] Remove Background Image on One Page

Home Forums Support [Resolved] Remove Background Image on One Page

Home Forums Support Remove Background Image on One Page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1144126
    Mary Pearson

    I would like to remove the background image on my Shop page. I have tried all kinds of variations found in support. Currently I have

    .page-id-501.body {
    	background-image: none !important;
    }

    Nothing is working. It seems this should be simple, but I just can’t seem to find the answer. Would appreciate your wisdom.

    Thanks!

    #1144134
    Leo
    Staff
    Customer Support

    Hi Mary,

    Try this CSS:

    body.post-type-archive-product {
        background-image: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #1144191
    Mary Pearson

    YES!!!!! Thank you so much Leo!!!

    #1144195
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.