Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2030170
change of background
Closed

Comments

  • mariusanhalt started the conversation

    Hi 

    I can see that I easily can change the header background individually on every page, post and product, so all can have different header backgrounds.

    I am trying to build my site with your boxed layout, and then trying to find out how to do an per post individual costum background, but to the body instead og the header.

    Is there an option for that, or maby a snap idea on what to change so it makes the body background changeable, instead of the header??

    It would be so perfect to have indivudial backgrounds on pages, posts and products, instead of that same grey/blueish background that are dominating the boxed layout.

    I have attached a photoshopped demo image of the wish I am talking about.

    Best,
    Marius 

  •  4,774
    Michael replied

    HI!

    pls. use following css:

    body {
        background-image: url(https://oldprintart.com/wp-content/uploads/2017/08/backcamo.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    5110651633.png
  • mariusanhalt replied

    Yes, but does that make it possible to change the background individually per post/product, the same way as it is in the header? So every post can have different backgrounds? You have made it so perfect with the header option inside the post editor, so maby somewhere it can be changes to body instead of header ?

    Best,

    Marius

  •  4,774
    Michael replied

    This code has to be inserted on every single page and then you can change the background simply by changing the file path.

  • mariusanhalt replied

    You are right, I just had to check your screenshot again.

    Thanks a lot, and have a nice day.

    Best,

    Marius

  •  4,774
    Michael replied

    Welcome! Have a nice day!