Notifications
Clear all
Jan 25, 2019 4:48 am
Any hovering over the right menu causes the wording to disappear. Anyone else having this issue or know where to change this?

1 Reply
Jan 25, 2019 5:37 am
I'm not sure how that happened, but this will fix it.
Add the following code to /osta/user-styles.css
.pull-right#nav a:hover,.pull-right#nav a svg:hover {
color: #000000 !important;
}
NOTE: #000000 is black... replace with whatever RGB color you prefer.
Jan 25, 2019 5:58 am
Perfect! Work's great, now on to the login button..