infiniteedev I seen a website using freeflarum software. It's having a custom login page how can I make one
luceos infiniteedev check this extension: https://flarum.org/extension/sycho/flarum-private-facade https://discuss.flarum.org/d/29908-private-forum-facade
infiniteedev Also another thing related to css how can I Make every buttons have curved edge .. And remove the line below the navigation bar
Lej luceos I have this extension paired with mobile-tab (https://discuss.flarum.org/d/28216-mobile-tab) Any idea how to hide the mobile-tab if the user isn't signed in? That mobile-tab extension seems way to hard for me to modify. (Needs an extension to do it?!) Not sure if there's an easier way.
huseyinfiliz Lej https://discuss.flarum.org/d/36153-add-member-logged-inout-class-simple-guide-no-extension use this and; body.logged-out .MobileTab { display: none !important; } Test it this css code