Page 1 of 1

Changing CSS

Posted: 20 Nov 2017, 09:20
by StephenAlfreds
Hi
I'd like to be able to change the buttons, background and login fields. I'd also like to put the required information labels in the form field as well as make the form fields bigger. I know this is a big ask, I just feel that I'd like to make it look closer to the brand it represents.

I'd really appreciate an answer as soon as possible.
Log in page.jpg
log in details.jpg
log in details Login area.jpg

Re: Changing CSS

Posted: 21 Nov 2017, 11:44
by HSNMSupport
Hi,

you can do everything you mentioned by using custom CSS in the Login APP section inside the template you are using.
Here some CSS example:

.InputElementRegistration {
height:45px;
font-size: 2em;
}

#RegistrationButton {
height:50px;
font-size:22px;
}

Anyway, if you change something, I suggest you to pay attention with mobile visualization.

Regards.