• Resolved nobo des

    (@nobodee)


    Trying to figure out whether the following is possible before purchasing the Pro version:

    After the site background is set to an image, the background image seems to apply to all pages across the site. Is it possible to have single posts using a different background (say plain white background) without the default site background image, while keep the same background image for other pages?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @nobodee,

    Thanks for choosing Neve!

    It’s possible to set a different background color only for single posts, while keeping the background image set for the rest of the pages, by adding the code below in the Additional CSS section within the Customizer. Feel free to change the color as you please.

    .single-post {
        background-image: unset !important;
        background-color: white !important;
    }

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘posts without default background’ is closed to new replies.