Default Login instead of Register

georg yurij Posted in Beginning Developers 1 year ago

To show the login screen by default in the white theme, change the following in themes/white/default/css/core/default.php

.register-topbar-xs,
.register-topbar,
.home-right-login {
    display:none;   
}

to

.login-topbar-xs,
.login-topbar,
.home-right-image {
    display:none;
}
Replies
vn Irene jane Replied 3 weeks ago

This is a pretty intriguing issue that I'm following, and I believe it is one of the most vital pieces of information for me. And I am delighted to read your essay. Thank you for sharing. hurdle

vn Squalid decide Replied 1 year ago

Guys, my problem was resolved. Thanks for your help. foodle

Indonesian Arsalan Shah Replied 1 year ago

Thanks for sharing