Login page CSS

matkra

Verified User
Joined
Sep 20, 2018
Messages
33
Hello,

Could I ask for some tips on how to change/customize the Evolution login page e.g. change the size of the login window (desktop) or remove the curved edges?
 
Dashboard / Customize Evolution Skin / Login Customization / Styles tab
Remove border radius:
CSS:
html.vue-app.root\:login .Overlay .Wrapper {
    border-radius: 0px;
}
 
Dashboard / Customize Evolution Skin / Login Customization / Styles tab
Remove border radius:
CSS:
html.vue-app.root\:login .Overlay .Wrapper {
    border-radius: 0px;
}

Thank you - this is just what I needed
 
Back
Top