[Resolved] how can i remove background image from certain pages?

Home Forums Support [Resolved] how can i remove background image from certain pages?

Home Forums Support how can i remove background image from certain pages?

  • This topic has 5 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1219814
    CHAU

    Hi,

    I am looking for a way to suppress the background image on some pages. Could someone help me with that?

    Thank you!

    #1219866
    Leo
    Staff
    Customer Support

    Hi there,

    Are you referring to the body background?

    Any chance you can link us to the page in question?

    You can edit the original topic and use the private URL field.

    Let me know ๐Ÿ™‚

    #1219873
    CHAU

    Hi Leo,

    Yes, I was referring to the body background. I’ve just edited my message. Please take a look.

    Thank you for your help!

    #1219883
    Leo
    Staff
    Customer Support

    You would need to use CSS to target the specific pages:

    body.page-id-xxx,
    body.page-id-xxx {
        background-image: none;
    }

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

    And replace xxx with the actual id page the page.

    #1219975
    CHAU

    I got it to work. Thank you for your help!
    Chau

    #1219983
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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