Page 1 of 1

MediaBrowser Home Page

PostPosted: Sun Feb 03, 2019 2:59 am
by xoticrox
Hi Everyone, just purchased Serviio and trying to make it a little more my own. I know the company doesn't openly support customization, however, through reading the forums I was able to learn how to change a couple items. However, the one thing that I would like to change is the main home page after you login to mediabrowser. They boxes are just so bright, I would like to change the color on them. Has anyone found where they are getting their color from. I went through the CSS and couldn't find it in there. I also went through the MediaBrowser-1.10-12.js and did not find it in there. It doesn't seem to be an image, more of a table background color. If anyone has had any luck, please let me know.

Thanks

Re: MediaBrowser Home Page

PostPosted: Sun Feb 24, 2019 2:43 am
by kittmaster
looks like you can modify it on the host server:

yourmediaserverIPAddress/mediabrowser/assets/MediaBrowser-1.10-12.css

It will need to be unminified, but that is trivial and there are sites online that can do that with a simple copy and paste.

Re: MediaBrowser Home Page

PostPosted: Thu Mar 07, 2019 2:44 am
by xoticrox
Yup, as I said, I have looked through there and not found it yet.

Re: MediaBrowser Home Page

PostPosted: Mon Mar 11, 2019 12:56 pm
by matt55
I'm too

Re: MediaBrowser Home Page

PostPosted: Tue Mar 12, 2019 9:44 am
by DenyAll
Hint: Search for .thumbnailImgContainer.homepage

Re: MediaBrowser Home Page

PostPosted: Mon Apr 08, 2019 5:27 pm
by xoticrox
I found it, thanks though, if I remember correctly it is in the css file and under the

.fp-color{background-color:#

This also changes the login button, the up next list highlight colors as well.