Hi,
- Where can I turn these tips off?
- Suggestion: Can we choose a background color, instead of only an image? That is much more convenient
Hi,
Okay thanks @umair,
for my other question: how can I change the background color of the desk ?
(just a color like #662532, not with a background picture)
No option to set colour. please upload plain image of required colour. Once tiled, you should see it as flat color.
You can override the #page-desktop
selector like
#page-desktop {
background-color: #yourcolor !important;
}
Doing it in a custom app will be better, to ensure smooth updates.
@umair, sure,I know that, but having an option to fill in the color number would be nice
@netchampfaris, thanks for the suggestion! Where do I find the css that controls the desk? and where do I find the css that controls the frontend website?
SSH in to your server. And at the command line type: grep ‘page-desktop’ -R