Title: CSS Issue with Nav
Last modified: January 23, 2024

---

# CSS Issue with Nav

 *  Resolved [isntisni](https://wordpress.org/support/users/isntisni/)
 * (@isntisni)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/css-issue-with-nav/)
 * Hello, 
   Site in discussion > [https://wordpress-890745-4075477.cloudwaysapps.com](https://wordpress-890745-4075477.cloudwaysapps.com)
   I’m having some issues with CSS while hovering on top of the social icons [https://i.ibb.co/pZTCyp9/image-2024-01-23-223940899.png](https://i.ibb.co/pZTCyp9/image-2024-01-23-223940899.png)
   I’ve managed to change the color while hovering to the appropriate one, but for
   some reason when moving the mouse away, there’s a 0.1-second animation that changes
   the color to red.I’ve tried to inspect element, finding the hex value in the 
   code but all of it was in vain. I ended up deleting the whole main.css from inspect
   element sections by section to try to find where it was, and it doesn’t look 
   like it’s part of that. So I cant really figure out why there’s that split second
   of red color in there. Does anyone have an idea or even better a solution for
   it? I’d like to change that red color to #1B7FE2
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-issue-with-nav%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/css-issue-with-nav/#post-17367394)
 * Add this in your custom CSS:
 *     ```wp-block-code
       .nav-custom .nav-right-content ul li a:hover {
        color: #1B7FE2; 
       }
       ```
   
 *  Thread Starter [isntisni](https://wordpress.org/support/users/isntisni/)
 * (@isntisni)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/css-issue-with-nav/#post-17367401)
 * [@threadi](https://wordpress.org/support/users/threadi/) 
   You are a life saver!
   Thank you!

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

The topic ‘CSS Issue with Nav’ is closed to new replies.

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 2 replies
 * 2 participants
 * Last reply from: [isntisni](https://wordpress.org/support/users/isntisni/)
 * Last activity: [2 years, 4 months ago](https://wordpress.org/support/topic/css-issue-with-nav/#post-17367401)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
