Notifications
Clear all
May 22, 2022 2:33 pm
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


thanks in advance
1 Reply
May 24, 2022 10:20 am
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).
May 24, 2022 11:38 am
Thank You Good Sir, this product is definitely worth the investment