This topic has 2 replies, 2 voices, and was last updated 12 years, 10 months ago by Mobex.
Tagged: color, theme options, top bar
Viewing 3 posts - 1 through 3 (of 3 total)
In the Theme Options I’ve set a BG Color and Text Color for the Top Bar. These colors seem to be ignored by the site as it’s still appearing to show a black bg.
BG Color should be: #0e0046
Text Color should be: #9dab9a
Please visit to style.css on line no.592
Find:
.topbar {
background: none repeat scroll 0 0 #222222;
border-bottom: 1px solid #3C3C3C;
color: #FFFFFF;
font-size: 11px;
line-height: 35px;
overflow: hidden;
padding: 0;
position: relative;
}
Replace:
.topbar {
background: none repeat scroll 0 0 #0e0046;
border-bottom: 1px solid #3C3C3C;
color: #9dab9a;
font-size: 11px;
line-height: 35px;
overflow: hidden;
padding: 0;
position: relative;
}
Best Regards,
MAQK
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.