Title: BrandNav
Last modified: August 20, 2016

---

# BrandNav

 *  [KevinRushton](https://wordpress.org/support/users/kevinrushton/)
 * (@kevinrushton)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/brandnav/)
 * Hi people sorry if this is a really simple thing to sort out but ive been trying
   for a while now, I was wondering how to change the text size and colour when 
   using the Brandnav function widget or what ever you call it [ << thats my site and im looking to change the text from white to orange to match the headers thanks in advance!](http://www.kevinrushton.co.uk)

Viewing 1 replies (of 1 total)

 *  [waterworks2](https://wordpress.org/support/users/waterworks2/)
 * (@waterworks2)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/brandnav/#post-3399147)
 * You want to change the text size and color of what part of the website? The navigation?
   The copytext?
 * This bit of CSS defines your header colors:
 *     ```
       h1, h2, h3, h4, h5, h6, a.site-title, .entry-title a {
           color: #F68D04;
       }
       ```
   
 * and this bit of css defines the color the text inside your `<p> and </p>` tags:
 *     ```
       #page {
           color: #FFFFFF;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘BrandNav’ is closed to new replies.

## Tags

 * [colour](https://wordpress.org/support/topic-tag/colour/)
 * [nav bar](https://wordpress.org/support/topic-tag/nav-bar/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * 1 reply
 * 2 participants
 * Last reply from: [waterworks2](https://wordpress.org/support/users/waterworks2/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/brandnav/#post-3399147)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
