Custom button
Posted: 11 Nov 2020, 13:49
by sysmaxmx
Hi
How can I customize the "Go to login" button?
I want button color, text color and button shape.
imagen1.jpg
Re: Custom button
Posted: 11 Nov 2020, 14:30
by HSNMSupport
Hi,
you can edit in your template customization, tab "info app".
In the box CUSTOM CSS, you can add something like:
.LoginButton {
height: 45px;
color: #fff;
font-weight: lighter;
background-color: #c33d3d;
font-size: 1.15em;
border-radius: 5px;
border: none;
margin: 10px;
float: none;
width: calc(100% - 20px);
min-width: 200px;
max-width: 350px;
}
Hope this can help.
Have a nice day.