AddiXz 0 Posted October 30, 2016 Posted October 30, 2016 Hi guys, first off to the team; great work with the Halloween theme! That was a very pleasant surprise! Now to my point . One of the first things I noticed with the halloween theme was the background image on the overview page. I would like to implement my own image, but can not seem to find where to edit so it would show my image. Could you guys maybe help me with this? I don't mean when you've opened a movie or serie or w/e to see the info. But while looking through the movies and such. While we're at it. I'd prefer not to see the colored banners under the pictures. I'd prefer to have them in one color. What would the css selector be for that particular part? Thanks in advance!
Happy2Play 9319 Posted October 30, 2016 Posted October 30, 2016 There is an option to enable backdrops from your media. Select user icon top right-Display-Enable backdrops set to Yes. Or are you looking to add a static image? cardfooters - change transparent to what ever color you would like. .visualCardBox-cardFooter {background-color: transparent !important;}
AddiXz 0 Posted October 30, 2016 Author Posted October 30, 2016 (edited) There is an option to enable backdrops from your media. Select user icon top right-Display-Enable backdrops set to Yes. Or are you looking to add a static image? cardfooters - change transparent to what ever color you would like. .visualCardBox-cardFooter {background-color: transparent !important;} thanks for the swift response Happy2Play As you can see in the image i added, there is no image visible there. Once I open something, it does show though. I prefer to have a static image on my "landing" page (Home) but dynamic on the informational pages. Is this possible atm? If not, would you have any idea what might be causing the issue that I do not see the images on my home page? The footers are resolved Thanks! edit- Also, it seems I can not use custom CSS on the menu (Home, Next up, Favorites, Upcoming). Whenever I try to add a CCSS like e.g. : .emby-tab-button { color:#fff !important; } It won't change. When looking through the inspector, I see that the original code is still being used instead of the new CCSS. Also, please note that I'm already trying with !important because it didn't work without either. Edited October 30, 2016 by AddiXz
Happy2Play 9319 Posted October 30, 2016 Posted October 30, 2016 thanks for the swift response Happy2Play As you can see in the image i added, there is no image visible there. Once I open something, it does show though. I prefer to have a static image on my "landing" page (Home) but dynamic on the informational pages. Is this possible atm? If not, would you have any idea what might be causing the issue that I do not see the images on my home page? There is no easy way that won't have to be reapplied with every update, that I can think of. edit- Also, it seems I can not use custom CSS on the menu (Home, Next up, Favorites, Upcoming). Whenever I try to add a CCSS like e.g. : .emby-tab-button { color:#fff !important; } It won't change. When looking through the inspector, I see that the original code is still being used instead of the new CCSS. Also, please note that I'm already trying with !important because it didn't work without either. Use this .emby-tab-button.emby-button { color:#fff !important; }
muppet4k 10 Posted June 12, 2020 Posted June 12, 2020 Hi, how can i get the color banners under the pictures? Thank you
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