Custom button
HSNM Front-end Welcome Portal general discussion about HTML, CSS, layout, custom apps, templates

Rate this topic
   Post Reply
2 posts   •   Page 1 of 1
sysmaxmx
Posts: 4
Joined: 06 Feb 2018, 07:08

Custom button

by sysmaxmx » 11 Nov 2020, 13:49

Hi

How can I customize the "Go to login" button?

I want button color, text color and button shape.
imagen1.jpg
You do not have the required permissions to view the files attached to this post.

HSNMSupport
Posts: 1529
Joined: 26 Jul 2016, 09:16

Re: Custom button

by HSNMSupport » 11 Nov 2020, 14:30

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.

Rate this topic

Who is online

Users browsing this forum: No registered users and 4 guests

It is currently 29 Mar 2024, 12:45