Desk appearance

Hi,

  1. Where can I turn these tips off?

  1. Suggestion: Can we choose a background color, instead of only an image? That is much more convenient :slight_smile:

2 Likes

Please check: New Desktop Message Feature - #4 by netchampfaris

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.

1 Like

@umair, sure,I know that, but having an option to fill in the color number would be nice :slight_smile:

@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 :hugs: