Jump to content

Recommended Posts

Posted

Hello,

 

I want to change the background its now grey (see link). I want to use a picture as background.

 

http://prntscr.com/8vj7ok

 

Koenske

 

Posted (edited)

It might be a CSS edit to link images to the library tier background.

 

It also could be something to do with adding the image to the ImagesByName folder.

Under General and the folder name.

 

Someone will know more then me.

Edited by chef
Happy2Play
Posted

There is an option in Display setting for backdrops (auto, yes and no).  You need to set it to yes, auto is limited to some views.  But this uses images from your media collection.

 

User icon top right-Settings-Display settings-enable backdrops

Happy2Play
Posted

Maybe try clearing the browser cache.  Ctrl+F5

 

I know backdrops display on all browsers.  Are you using any custom css?

Happy2Play
Posted (edited)

And you can adjust the level of transparency with these.  Adjust the .50

 .backdropPage.ui-page-theme-b:not(.pageWithAbsoluteTabs) {
 background-color: rgba(29,29,29, .50) !important;
 }
 .backdropPage.pageWithAbsoluteTabs .pageBackground {
 background-color: rgba(29,29,29, .50) !important;
}
.backdropPage.lightBackdropPage.ui-page-theme-b:not(.pageWithAbsoluteTabs), .backdropPage.lightBackdropPage.pageWithAbsoluteTabs .pageBackground {
    background-color: rgba(29,29,29, .50) !important;
}
Edited by Happy2Play

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