Forum

The great place to discuss topics with other users

Landing Page Button

'
Join the Conversation Στέλνω απάντηση
I Love Learning
Member
Joined: 2025-05-22 01:19:13
2025-05-27 18:56:44

I want to give:
 border-radius: 45px;
to the SIGN IN / SIGN UP button

but I can't find CSS file or code where to change it

scriptstribe_879c06cfe137697de913dcc3c23b5bde.png

Jane Marcia
Admin
Joined: 2025-05-17 02:14:16
2025-05-27 19:18:30

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>

I Love Learning
Member
Joined: 2025-05-22 01:19:13
2025-05-28 00:40:20

Thanks Jane! I was looking in the CSS Files

in that same file, there is the SIGN UP button too, so if someone needs to change both