I need some help in changing the black color of the navigation bar at the top of the page beneath the header of my Wordpress site. Pls help me....
I'm attaching a screenshot to specify exactly the thing I want to change
Page 1 of 1
Wordpress
#2
Posted 21 February 2012 - 04:28 PM
can you please supply the css to the skin, Ill be glad to help
#3
Posted 22 February 2012 - 08:13 AM
#4
Posted 22 February 2012 - 04:04 PM
#6
Posted 23 February 2012 - 06:51 AM
ok here you go
the hex codes that I made bold is what you need to change. #252525 would be the top and #0a0a0a would be the bottom of the bar. If you don't know hex codes I have you a link here http://www.w3schools..._colornames.asp for you to pick some other colors.
Quote
#access {
background: #222; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#252525, #0a0a0a);
background: -o-linear-gradient(#252525, #0a0a0a);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
background: -webkit-linear-gradient(#252525, #0a0a0a);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
clear: both;
display: block;
float: left;
margin: 0 auto 6px;
width: 100%;
}
background: #222; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#252525, #0a0a0a);
background: -o-linear-gradient(#252525, #0a0a0a);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
background: -webkit-linear-gradient(#252525, #0a0a0a);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
clear: both;
display: block;
float: left;
margin: 0 auto 6px;
width: 100%;
}
the hex codes that I made bold is what you need to change. #252525 would be the top and #0a0a0a would be the bottom of the bar. If you don't know hex codes I have you a link here http://www.w3schools..._colornames.asp for you to pick some other colors.
Share this topic:
Page 1 of 1

Sign In »
Register Now!
Help
Twitter
Flickr


Back to top












