Jump to content

[PS 1.7.8.1] How to make a background from a photo for the entire page?


Recommended Posts

I started learning how to edit a theme, I wanted to ask how it was done that there is a photo on this page on the entire page https://ets-demos.com/theme/kidshop/en/ and only in my body https://prezentownia.online/pl/ in css / theme.css I have this code

main {
  background-image: url(../img/top_left.png), url(../img/top_right.png), url(../img/bg.gif);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top left, top right, center;
}

 

Quote

 

Edit

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...