Title: Site hover
Last modified: March 13, 2020

---

# Site hover

 *  [niek789](https://wordpress.org/support/users/niek789/)
 * (@niek789)
 * [6 years ago](https://wordpress.org/support/topic/site-hover/)
 * Hello WordPress Users.
 * I am struggling with a problem and hope someone can help me with this. I am currently
   working on my first ever weblog and just noticed a problem. The problem is when
   i am on my desktop and hover on my text on the homepage it gets blue. I want 
   it to be clear and normal and don’t know how to fix this. I am a beginner so 
   hopefully someone can explain me this or give me a custom css code that works.
   Thankyou for reading and helping me out!
 * Kind regards,
 * Niek Olthof
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsite-hover%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Carike](https://wordpress.org/support/users/carike/)
 * (@carike)
 * [6 years ago](https://wordpress.org/support/topic/site-hover/#post-12540414)
 * You can remove a hover effect via Additional CSS in the Customizer.
    The Customizer
   can be found under the Appearance menu on /wp-admin/.
 * I don’t see any text that goes blue on hover on your homepage though 🙂
 *  [voxr](https://wordpress.org/support/users/voxr/)
 * (@voxr)
 * [6 years ago](https://wordpress.org/support/topic/site-hover/#post-12540604)
 * Do you mean the links? That’s all I can see blue also.
 * You can style those by adding this to Additional CSS:
    a { color: #000; }
 *  Thread Starter [niek789](https://wordpress.org/support/users/niek789/)
 * (@niek789)
 * [6 years ago](https://wordpress.org/support/topic/site-hover/#post-12541704)
 * This is what i mean, see link below. When i select text on my website it is compeletely
   blue and unreadable. When i do this on other pages like Facebook it is regular
   blue and readable. Do you guys have the same issue or is it just me? Thanks for
   answering guys, really means alot.
 * [https://snipboard.io/SLeBYk.jpg](https://snipboard.io/SLeBYk.jpg)
 * Kind regards
 * Niek Olthof
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [6 years ago](https://wordpress.org/support/topic/site-hover/#post-12541846)
 * there is a style in the minified CSS of your theme Astra:
 *     ```
       ::selection {
           color: #fff;
           background: #0274be;
       }
       ```
   
 * which sets the background of selected items to blue;
 * and there is an additional inline style in your site, also from your theme, which
   sets the font of selected items to transparent:
 * ::selection {
    color: transparent; }`
 * you could try to overwrite that in ‘Additional CSS’ with:
 *     ```
       ::selection {
           color: white;
           background: grey;
       }
       ```
   
 * it might be a good idea to ask in your theme’s support forum at [https://wordpress.org/support/theme/astra](https://wordpress.org/support/theme/astra)
   to find out what the reason behind those style is…

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Site hover’ is closed to new replies.

## Tags

 * [blue](https://wordpress.org/support/topic-tag/blue/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [my](https://wordpress.org/support/topic-tag/my/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)
 * [website](https://wordpress.org/support/topic-tag/website/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 4 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/site-hover/#post-12541846)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
