color of the login-in fields
HSNM Front-end Welcome Portal general discussion about HTML, CSS, layout, custom apps, templates

Rate this topic
   Post Reply
3 posts   •   Page 1 of 1
khGAP
Posts: 10
Joined: 07 Nov 2018, 13:41

color of the login-in fields

by khGAP » 07 Nov 2018, 14:21

Hi,

how can we change to color of the two log-in-fields?
The lower field has now a darker green and we have now two diffrent green-tones.
gruen.jpg
We'd like to have to same green on both fields (or maybe a total different color)?
How can we change the green tones for the fields? I think we have to edit a CSS and/or paste a css-part anywhere?

Thanks for your help :)
You do not have the required permissions to view the files attached to this post.

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

Re: color of the login-in fields

by HSNMSupport » 07 Nov 2018, 17:47

Hi khGAP
Yes, you can do it through CSS code inside the template but obviously you need to have some CSS knowledge to do that
CSSTemplate.jpg
Best regards
You do not have the required permissions to view the files attached to this post.

khGAP
Posts: 10
Joined: 07 Nov 2018, 13:41

Re: color of the login-in fields

by khGAP » 12 Nov 2018, 12:38

Thank you!

For anyone interested, this is the CSS-Code:
#AppContentFormsLoginFormTableSurfButton {
background-color: #2C9A40;
}
#AppContentFormsLoginFormTableSurfButton:hover {
background-color: #1A803A;
}
#AccessButton, #CompAccessButton {
background-color: #2C9A40;
}
#AccessButton, #CompAccessButton:hover {
background-color: #1A803A;
}

Rate this topic

Who is online

Users browsing this forum: No registered users and 14 guests

It is currently 28 Apr 2024, 01:55