Jump to content

Picture on the Home page


arrbee99

Recommended Posts

arrbee99

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 -

982104213_EmbyHomePagebackground6.thumb.JPG.17f0b114ac715c895d2e98181919650f.JPG

If there's a more elegant way to do it feel free...

(Course, with the wrong, low res picture, it can look terrible)

Edited by arrbee99
  • Like 1
Link to comment
Share on other sites

Happy2Play
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 by Happy2Play
  • Like 1
Link to comment
Share on other sites

arrbee99

Thanks. I'm sure I have opacity in there somewhere, probably more by luck...

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...