[Resolved] Hovering over top row disappears

    • January 25, 2019 at 11:48 am #2862
      R
      rmagers
      Participant

      Any hovering over the right menu causes the wording to disappear. Anyone else having this issue or know where to change this?

    • January 25, 2019 at 12:37 pm #2866
      stevland
      Keymaster

      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.

    • January 25, 2019 at 12:58 pm #2874
      R
      rmagers
      Participant

      Perfect! Work’s great, now on to the login button..

You must be logged in to reply to this topic.