arrbee99 1712 Posted July 11, 2021 Posted July 11, 2021 (edited) Nothing exciting, but might appeal to someone somewhere (hopefully I've copied the right stuff) - /*Move My Media down and add grey background*/ div.scrollSlider.flex-grow.padded-top-page.sections.scrollSliderY.homeSectionsContainer {position: relative; top: 38em;} div.scrollSlider.flex-grow.padded-top-page.sections.scrollSliderY.homeSectionsContainer {background: rgba(0, 0, 0, 0.5);} Just move stuff down a bit while ticking Enable Backdrops - If there's a more elegant way to do it feel free... (Course, with the wrong, low res picture, it can look terrible) Edited July 11, 2021 by arrbee99 1
Happy2Play 9445 Posted July 11, 2021 Posted July 11, 2021 (edited) 15 minutes ago, arrbee99 said: If there's a more elegant way to do it feel free... All you need is ".homeSectionsContainer". /*Move My Media down and add grey background*/ .homeSectionsContainer { position: relative; top: 38em; background: rgba(0, 0, 0, 0.5); } I can assume your are removing opacity in another line. Edited July 11, 2021 by Happy2Play 1
arrbee99 1712 Posted July 11, 2021 Author Posted July 11, 2021 Thanks. I'm sure I have opacity in there somewhere, probably more by luck...
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