M matkra Verified User Joined Sep 20, 2018 Messages 33 Jun 14, 2023 #1 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?
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?
Kostov New member Joined May 16, 2023 Messages 4 Location Bulgaria Jun 14, 2023 #2 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; }
M matkra Verified User Joined Sep 20, 2018 Messages 33 Jun 16, 2023 #3 Zalamica said: Dashboard / Customize Evolution Skin / Login Customization / Styles tab Remove border radius: CSS: html.vue-app.root\:login .Overlay .Wrapper { border-radius: 0px; } Click to expand... Thank you - this is just what I needed
Zalamica said: Dashboard / Customize Evolution Skin / Login Customization / Styles tab Remove border radius: CSS: html.vue-app.root\:login .Overlay .Wrapper { border-radius: 0px; } Click to expand... Thank you - this is just what I needed