Forum

Sign In Button Colo...
 
Notifications
Clear all

Sign In Button Color Change on Hover

2 Posts
2 Users
0 Reactions
19 Views
Posts: 2
Topic starter
(@wx4jcw)
Member
Joined: 4 years ago

Greetings, New Customer

we have most things configured but one thing is stumping us in CSS

on the client portal the sign in button on the right, we are trying to change the texts hover color to a lighter color for contrast

but for the life of me we cannot figure out where it is in the CSS, we found everything else

Non Mouse Over

After

 

thanks in advance


1 Reply
Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

Add the following to Admin Panel > Theme > Custom CSS:

a[href*="/login.php"]:hover, a[href*="/logout.php"]:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

(Replace #ffffff and #000000 with your preferred colors).


Reply
Posts: 2
Topic starter
(@wx4jcw)
Member
Joined: 4 years ago

Thank You Good Sir, this product is definitely worth the investment

 


Reply
Share: