[email protected] Posted December 5, 2021 Share Posted December 5, 2021 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 More sharing options...
manuel987 Posted December 5, 2021 Share Posted December 5, 2021 you know how to inspect a webpage ? Or using developer tools ? Link to comment Share on other sites More sharing options...
[email protected] Posted December 5, 2021 Author Share Posted December 5, 2021 29 minutes ago, manuel987 said: you know how to inspect a webpage ? Or using developer tools ? I think yes but i can't find the answer Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now