Hover text in body copy

Homepage Community Forums Epik Theme Support Hover text in body copy

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10924
    j_hampson
    Customer

      Site in question: rcs.nextdev.co.uk

      Issue: When hovering over body text in Home Feature #6 (White) or the body copy of any page (
      eg /About-Us or /FAQ) the text disappears

      Guessing that somehow the hover text is set to #FFF so when it shows against a white background it disappears.

      But cannot for the life of me find the necessary bit of code to switch it off in the CSS file.

      To no avail I’ve tried searching by each of the following: hover, fff, ffffff (and many more I can’t even recall now).

      Can anyone give me any clues about what to try next?

      Huge thanks in advance for any help anyone is able to offer.

      Jacqueline

      ps yes I’ve tried searching previous forum posts but didn’t get those to work for me either

      #10942
      Wes
      Moderator

        I’m not seeing that happen on my end. Did you already get this fixed?

        #10990
        j_hampson
        Customer

          Hi Wes

          Thanks for looking – curious you don’t see it. Actually thinking about how I described it, I can hover fine, but if I click and drag to select text that’s when it turns ‘invisible’ ie white.

          Many thanks
          Jacqueline

          #11000
          Wes
          Moderator

            Oh you’re talking about when you highlight the text. It looks like you may have changed it in your css….its located around line 193. Your code is showing that the background is white (#fff), but the demo is black #333 by default. I would just change it back to the black like this –

            ::selection {
            	background: #333;
            	color: #fff;
            }
            #11010
            j_hampson
            Customer

              Aha!!! Fixed and I’ve learnt something else – double-yay!

              Thank you so much. Will look out for that mistake in future.

              Cheers Wes – you’re awesome!

              Many thanks
              Jacqueline

              #11014
              Wes
              Moderator

                You’re Welcome!

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Hover text in body copy’ is closed to new replies.