Community Forums › Forums › Design Tips and Tricks › Nav Menu Color
Tagged: Freelance Theme nav menu
This topic contains 5 replies, has 2 voices, and was last updated by SoZo 3 months, 3 weeks ago.
-
AuthorPosts
-
January 29, 2013 at 11:26 am #16019January 29, 2013 at 12:07 pm #16037
Please include a link to your site with all questions so that people can take a look.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
January 29, 2013 at 1:11 pm #16053Sorry here’s the link http://www.janetrthomson.com
Again, I’m trying to figure out how to change the nav menu background color. Thanks.
Janet
January 29, 2013 at 1:36 pm #16066The background is set in the #nav rule.
#nav {
background: url(images/nav.png);
width: 960px;
color: #FFFFFF;
font-family: Arial, Tahoma, Verdana;
font-size: 16px;
margin: 0 auto 0;
padding: 0;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-khtml-border-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
overflow: hidden;
clear: both;
}I recommend installing the Firebug add on for Firefox or using Chrome’s Firebug Lite which will enable you to right click on any element to inspect it and determine the associated style rules or the selectors required to create new style rules.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
January 29, 2013 at 2:08 pm #16084Does #FFFFFF mean white? I have tried changing this to various colors, but it still shows as a dark grey nav menu bar. Perhaps I’m not referring to this correctly? Is the nav menu located where I have: HOME - ABOUT ME – WRITING SAMPLES? I’m new to all this, and I want to make sure that I’m referring to the right thing.
If by chance I am, the color is not changing for me. Thanks.
Janet
January 29, 2013 at 2:11 pm #16085The color property controls text color. If you want to edit the background then you need to edit the background property.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
-
AuthorPosts
You must be logged in to reply to this topic.