SyddyS Posted March 21, 2022 Posted March 21, 2022 Site URL: https://brandtkrueger.com/eventtechchat Hi folks! Did a fair amount of digging around and found multiple posts suggesting this type of code in the CSS to change the background for a single page: #collection-62388f208efc5956032ddcc4 { background-position: center top !important; background-image: url("//static1.squarespace.com/static/53fba287e4b01f78d1474e60/t/6238a1fc02774670236d23cf/1647878652355/drew-gilliam-UEIkj1N2LlE-unsplash.jpg"); } However, nothing happens, and the regular site background remains. Any chance this is due to Aviator having different Info and Site backgrounds and it's somehow named differently than background-image? Also, going to potentially want to remove the color overlay for just this page if that's doable 🙂 Thanks!
tuanphan Posted March 22, 2022 Posted March 22, 2022 Add to Design > Custom CSS body#collection-62388f208efc5956032ddcc4 div#bgOverlay { background-color: transparent !important; } 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!)
SyddyS Posted March 22, 2022 Author Posted March 22, 2022 9 hours ago, tuanphan said: Add to Design > Custom CSS body#collection-62388f208efc5956032ddcc4 div#bgOverlay { background-color: transparent !important; } Thanks that looks like the overlay question. Any thoughts on the main background image question?
Solution tuanphan Posted March 24, 2022 Solution Posted March 24, 2022 On 3/23/2022 at 12:19 AM, SyddyS said: Thanks that looks like the overlay question. Any thoughts on the main background image question? Use this code /* Eventtechchat page */ #collection-62388f208efc5956032ddcc4 { & { background-position: center top !important; background-image: url(https://cdn.pixabay.com/photo/2022/02/23/18/11/drink-7031154__480.jpg); } #outerWrapper { background-image: unset !important; } div#bgOverlay { background-color: transparent !important; }} SyddyS 1 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment