Title: Change Menu Colour Affinity Theme
Last modified: July 17, 2017

---

# Change Menu Colour Affinity Theme

 *  [lisamaccarthy](https://wordpress.org/support/users/lisamaccarthy/)
 * (@lisamaccarthy)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/change-menu-colour-affinity-theme/)
 * Hi- I am using the affinity theme for my website [http://www.youratic.com](http://www.youratic.com)
   but because of the background colour of my header image the menu at the top is
   barely visible. Is it possibel to change the menu colour or put a bar behind 
   it so that it pop a bit more?
    -  This topic was modified 8 years, 11 months ago by [bcworkz](https://wordpress.org/support/users/bcworkz/).

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

 *  [georgiostsirigos](https://wordpress.org/support/users/georgiostsirigos/)
 * (@georgiostsirigos)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/change-menu-colour-affinity-theme/#post-9326684)
 * Hi there,
 * In your CSS find
 * .main-navigation a, .main-navigation a:visited
 * and replace the color to whatever you want.
 * i hope that helps 🙂
 *  [luckychingi](https://wordpress.org/support/users/luckychingi/)
 * (@luckychingi)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/change-menu-colour-affinity-theme/#post-9326686)
 * Add this to custom CSS
 *     ```
       .header-wrapper {
           background: rgba(0,0,0,.5);
       }
       ```
   
 * 0 could be any number between 0 – 255
    .5 can be between .1 – 1
 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/change-menu-colour-affinity-theme/#post-9326689)
 * Sure! Add the desired CSS to the Additional CSS section of the Customizer. For
   example:
 *     ```
       .header-wrapper.clear {
         background-color: rgba(0, 0, 80, 0.3);
       }
       ```
   
 * Use your browser’s developer tools to quickly try out different color values 
   to get the effect you like.
 * Please don’t use Developing WordPress forum for these sort of questions, it’s
   meant for deeper coding questions well beyond adjusting colors. We realize there’s
   not a clear forum for your sort of question, so no worries about being in the
   wrong forum.

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

The topic ‘Change Menu Colour Affinity Theme’ is closed to new replies.

## Tags

 * [color](https://wordpress.org/support/topic-tag/color/)
 * [colour](https://wordpress.org/support/topic-tag/colour/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 4 participants
 * Last reply from: [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/change-menu-colour-affinity-theme/#post-9326689)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
