Quantcast
Channel: help – WordPress.org Forums
Viewing all articles
Browse latest Browse all 13924

Scottanek on "How to change menu text color?"

$
0
0

I have problem with changing text color on menu..

Site

/*menu bar*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

.menubar {
	float: left;
	z-index: 2;
	background: url("images/menu_bg.png") repeat-y top left;
	width: 943px;
	padding-left: 13px;
	padding-right: 8px;
	color: #fff;

}
#navigation .current-menu-item a:hover {
	color: #1F6684;
}

#navbar {
	width: 722px;
	float: left;
	color: #fff;
}

#home_btn {
	width: 44px;
	height: 27px;
	float: left;
	margin: 5px 0px 0px 0px;
	background: url("images/home_icon.png") no-repeat;
	text-indent: -9999em;
	color: #fff;
}

Viewing all articles
Browse latest Browse all 13924

Trending Articles