Guest Posted September 29, 2019 Share Posted September 29, 2019 I want a background image on just one of my websites page. How do I do i? Link to comment
erika_barichello Posted September 29, 2019 Share Posted September 29, 2019 Could you add a link of your website? You need to get the body id of that specific page (every page has a different body id and you can get it through the inspect element) and then you add to it the background image on your css. #your-page-body-id { background-image: url("your-background-image.jpg"); } Link to comment
tuanphan Posted September 29, 2019 Share Posted September 29, 2019 @cartooner you should share url to community to check. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Guest Posted September 29, 2019 Share Posted September 29, 2019 https://www.newstoonz.com/forum is the page. Link to comment
Guest Posted September 29, 2019 Share Posted September 29, 2019 https://www.newstoonz.com/forum is the page. Link to comment
erika_barichello Posted September 30, 2019 Share Posted September 30, 2019 #collection-5d3785063fd2a20001cb298a .main-container { background-image: url("your-image-url"); } This should applaud the image only on the background of your forum page Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.