Forum Discussion
Adam-Dawes
6 years agoCommunity Member
Custom scenario scene background image in RiSE
I eould like to upload a custom background image for my scenarios on Rise 360 What are the required dimensions and file size?
SimonSmith-db99
5 years agoCommunity Member
Hey Nancy & David.
You can remove the blur in the background by editing main.bundle.css. You probably want to Unminify the CSS first to make it more readable.
Just look for scenario-block__background and remove the filter:blur; parameter.
There's a bunch of other good stuff around here for playing with the look and feel of the scenario block.
- MathNotermans-95 years agoCommunity Member
Customizing indeed the CSS like this...both my background gets unblurred and my character hidden..
.scenario-block__background {filter: blur(0rem) !important;
}.scenario-block__character {
visibility: hidden !important;
}Now finding a way to get that enabled into Rise360 is the tough part...
- AlexBradley-13f3 years agoCommunity Member
Thank you Math, this is v helpful!