Title: Changing navmenu setting
Last modified: August 19, 2016

---

# Changing navmenu setting

 *  Resolved [ilona_divinity](https://wordpress.org/support/users/ilona_divinity/)
 * (@ilona_divinity)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/changing-navmenu-setting/)
 * Hello 🙂
 * When I change my navegational menu bar colours using this in style.css
 * #navmenu ul {margin: -30; padding: 0;
    list-style-type: none; list-style-image:
   none; }
 * #navmenu ul {margin: -30; padding: 0;
    list-style-type: none; list-style-image:
   none; } #navmenu li {display: inline; }
 * #navmenu ul {margin: -30; padding: 0;
    list-style-type: none; list-style-image:
   none; } #navmenu li {display: inline; padding: 5px 20px 5px 20px} #navmenu a {
   text-decoration:none; color: white; } #navmenu a:hover {color: blue; }
 * It doesn’t work lol. Originally the colours where purple and blue in the coding,
   yet on the site they were black and red to hover. Now I changed the code above
   to white and blue the colours on the links are still black and red when you hover.
 * Does anyone know why? By the way I added that code and the menu from copying 
   it from a wordpress document.
 * Thanke if anyone can help.

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/changing-navmenu-setting/#post-1189134)
 * Site url? It’s unlikely that the CSS you copied and the CSS on your site are 
   the same.
 *  Thread Starter [ilona_divinity](https://wordpress.org/support/users/ilona_divinity/)
 * (@ilona_divinity)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/changing-navmenu-setting/#post-1189142)
 * On my theme there wasn’t a horizontal menu at all, so I added one doing what 
   this document told me:
 * [http://codex.wordpress.org/Creating_Horizontal_Menus](http://codex.wordpress.org/Creating_Horizontal_Menus)
 * I have done it correctly, and managed to change the margins and positioning of
   the menu, its just the colour of the font – it wont change no matter what I enter.
   I presumed I changed it on the style.css.
 * The document said that was how to change the colour of the links but it doesn’t
   work, just wants to stay black and red when hovering on it.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/changing-navmenu-setting/#post-1189147)
 * Can you post a link to your site?
 *  Thread Starter [ilona_divinity](https://wordpress.org/support/users/ilona_divinity/)
 * (@ilona_divinity)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/changing-navmenu-setting/#post-1189150)
 * [http://www.loopydogs.com](http://www.loopydogs.com)
 * Feel a bit silly showing it as it’s in it’s early days 😮
 * There is no content yet – the navmenu bar is at the very top – hard to see at
   the moment because of the colour behind it but if you scroll over they are there.
   Oh by the way the links wont go anywhere yet as I haven’t linked them to anything
   🙂
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/changing-navmenu-setting/#post-1189152)
 * Your CSS wasn’t quite specific enough. You also had quite a lot of replicated
   CSS in the example you posted above. Try:
 *     ```
       #header #navmenu ul {
       margin: 0;
       padding: 0;
       list-style-type: none;
       list-style-image: none;
       }
       #header #navmenu li {
       display: inline;
       padding: 5px 20px 5px 20px;
       }
       #header #navmenu li a {
       text-decoration:none;
       color: white;
       }
       #header #navmenu li a:hover {
       color: blue;
       }
       ```
   
 * instead.
 * > Feel a bit silly showing it as it’s in it’s early days
 * Don’t worry about that. I’ve seen far worse… 😉
 *  Thread Starter [ilona_divinity](https://wordpress.org/support/users/ilona_divinity/)
 * (@ilona_divinity)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/changing-navmenu-setting/#post-1189163)
 * :/ That just made it vertical and huge and purple 😀
 * I removed the old one completely and put that in the same place – strange lol
 *  Thread Starter [ilona_divinity](https://wordpress.org/support/users/ilona_divinity/)
 * (@ilona_divinity)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/changing-navmenu-setting/#post-1189181)
 * Ok this is silly now, even if I replace my original code it has fucked up after
   using the one suggested.
 * Its not horizontal, the font has gone huge and its now purples – its changed 
   the fot of my pages and categories too!
 * Can anyone help please 🙁
 *  Thread Starter [ilona_divinity](https://wordpress.org/support/users/ilona_divinity/)
 * (@ilona_divinity)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/changing-navmenu-setting/#post-1189184)
 * its ok, i sorted it, started from scratch and cleaned it up a bit, thanks for
   the advice though people 🙂 Think I accidently took a few things out.

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

The topic ‘Changing navmenu setting’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 2 participants
 * Last reply from: [ilona_divinity](https://wordpress.org/support/users/ilona_divinity/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/changing-navmenu-setting/#post-1189184)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
