Forum
The great place to discuss topics with other users
Landing Page Button
'
Join the Conversation
Στέλνω απάντηση
Sngine is styles with bootstrap, you do not need to touch css, instead learn to use bootstrap so you can just open
_sign_form.tpl and look for
<button type="submit" class="btn btn-lg btn-primary">{__("Sign In")}</button>
and add to the code like this
<button class="btn btn-lg btn-primary rounded-pill" type="submit">{__("Sign In")}</button>
