How To Customize The Login Form In Helix Ultimate - Question | JoomShaper

How To Customize The Login Form In Helix Ultimate

SL

Sissel Lundeby

Helix Framework 1 year ago

Hi, How can I customize the login form? I am using Helix Ultimate version 2.0.10 I want the login form to float left and the login buttom to be .button5 style. Here is the site: https://arbeid4.joomla4.no/log-in

Best regards, Sissel Lundeby

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #87309

Hi

Thanks for contacting us. Use this custom CSS

.justify-content-center {
    justify-content: flex-start !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0
SL
Sissel Lundeby
Accepted Answer
1 year ago #87362

Thank you! It worked fine:-)

Sissel

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #87387

You are most welcome.

0