Title: Menu Color
Last modified: July 19, 2019

---

# Menu Color

 *  Resolved [james215](https://wordpress.org/support/users/james215/)
 * (@james215)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/menu-color-22/)
 * Hello,
 * I am using the Avik theme, and I have found the color area under Appearance >
   Customize, but I cannot find out how to change the menu color. I am not desiring
   to change it as a hover color, but rather a solid color the color I am looking
   to change it to is Blue the code No. is #0000FF. Any help anyone can provide 
   is greatly appreciated.
    -  This topic was modified 7 years, 2 months ago by [james215](https://wordpress.org/support/users/james215/).
    -  This topic was modified 7 years, 2 months ago by [james215](https://wordpress.org/support/users/james215/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmenu-color-22%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [7 years, 2 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11746146)
 * If you’re trying to change the menu background
 *     ```
       .navbar {
          background-color: #0000ff;
       }
       ```
   
 * You’ll then have to adjust the menu text color to white or something else fairly
   light.
 * **To add or override CSS:** use the “Additional CSS” option in the customizer._
   [https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.
 *  Thread Starter [james215](https://wordpress.org/support/users/james215/)
 * (@james215)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11749986)
 * Steve,
 * I don’t want to chage the background, but the menu text itself.
    -  This reply was modified 7 years, 2 months ago by [james215](https://wordpress.org/support/users/james215/).
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [7 years, 2 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11750769)
 *     ```
       a.nav-link {
           color: #0000ff;
       }
       ```
   
 * will do it
 *  Thread Starter [james215](https://wordpress.org/support/users/james215/)
 * (@james215)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11750923)
 * Steve,
 * Thank you for your help. One other problem, All the links changed to blue except
   for the home page. Please see the link below. I checked it on different browsers.
 * [https://www.swingloungemusic.com/](https://www.swingloungemusic.com/)
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [7 years, 2 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11750926)
 *     ```
       .navbar a.active {
           color: #0000ff!important;
       }
       ```
   
 *  Thread Starter [james215](https://wordpress.org/support/users/james215/)
 * (@james215)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11750938)
 * Steve Correction I noticed what happened, the only time is doesn’t show blue 
   is when you are on a specific page, such as if you are on the Home Page is shows
   as gray hyperlink, but if you are on the about page then the about page hyperlink
   shows in gray but the rest of the pages show in blue. Is there a way to change
   it to where the menu links are blue regardless of what page a person is on. Again
   please see the link below.
 * [https://www.swingloungemusic.com/](https://www.swingloungemusic.com/)
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [7 years, 2 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11750947)
 * The CSS I just provided.
 *  Thread Starter [james215](https://wordpress.org/support/users/james215/)
 * (@james215)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11751109)
 * Steve,
 *  For some reason that code did not Work. It may be hyperlinks gray again
 *  Thread Starter [james215](https://wordpress.org/support/users/james215/)
 * (@james215)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11751111)
 * Made sorry not may
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [7 years, 2 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11751119)
 * That should work.
 * I recommend asking at [https://wordpress.org/support/theme/avik#new-post](https://wordpress.org/support/theme/avik#new-post)
   so the your theme’s developers and support community can help you with this.
 *  Thread Starter [james215](https://wordpress.org/support/users/james215/)
 * (@james215)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11751750)
 * Steve,
 * When I was able to get to a different computer and past it into the Additional
   CSS under Appearances > Customize it worked however I didn’t realize I would 
   need both CSS codes in there.
 * Thank you for your help.
 *  Thread Starter [james215](https://wordpress.org/support/users/james215/)
 * (@james215)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11969930)
 * Its been a while I am closing this topic

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

 The topic ‘Menu Color’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 12 replies
 * 2 participants
 * Last reply from: [james215](https://wordpress.org/support/users/james215/)
 * Last activity: [6 years, 12 months ago](https://wordpress.org/support/topic/menu-color-22/#post-11969930)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
