Is it possible to make login box transparent?

Asked by kenn

I want to make login box transparent. I think it's possible by editing css theme file but I could not find any documentation.
Would you please tell me how to achieve it?
Regards.
Kenn

Question information

Language:
English Edit question
Status:
Answered
For:
LightDM GTK Greeter Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Simon Steinbeiß (ochosi) said :
#1

You can check Greybird's styling of the greeter, which can obviously also integrated in any other theme you might be using:
https://github.com/shimmerproject/Greybird/blob/master/gtk-3.0/apps/lightdm-gtk-greeter.css

Revision history for this message
kenn (whatnext) said :
#2

Hi Simon;
Thank you for responding.

I am not an expert in css. I tried that css file as it is. And played with the lines. Unfortunately I didn't manage to make login box transparent.

Revision history for this message
Simon Steinbeiß (ochosi) said :
#3

Try something like:

#login_window,
#content_frame {
    background-color: transparent;
    background-image: none;
}

Can you help with this problem?

Provide an answer of your own, or ask kenn for more information if necessary.

To post a message you must log in.