Edit Sign-in Screen with CSS

Hi,

is there a way for editing the sign in screen with css to change the type of page that the users see?

For example instead of being the text-box in the middle, change that to one side (left or right) and editing the background with css to add more style to it.

I haven’t tested it on devices yet.

[aria-labelledby="sign-in-description"]{
margin-left:20px;
display: flex;
justify-content: flex-start;
}
1 Like

it doesn’t work.

i tried with .main-sign-in{} too

In mine, it works.

you did it with Custom css or editing the html itself? because i’m trying your code and it’s not working for me.

If you want to change the default style of components in Glide, this is the way.

1 Like

i did it! thank you!

1 Like

How do you change the CSS in Glide? Is it linked to a specific subscription plan?

It’s Business/Enterprise for legacy plans, and on all paid plans for the latest pricing. What plan are you on?

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.