Sample A is the colors scheme that the options allow me to use
Sample B is the color option I’d like have, is there anyway to ONLY customize the top bar where the “extra elements are?
Hi kgfx!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#header_meta {
background: #C00;
}
Modify the color code as needed.
Best regards,
Devin
Works, to change the font color do I add ( font-color: #ffffff; ) ?
It would just be color: #fff;
or color: #fff !important;
. The !important inside of the value forces the priority to be higher.
If that doesn’t work we can take a look at your site live and see if there is another more specific color setting taking priority.
heres the link: http://goo.gl/zzOhFu
Hi!
Please add following code to Quick CSS as well
.phone-info.with_nav, #header_meta a {
color: white;
}</cpde>
Cheers!
Yigit
Sorry for delayed response this worked thank you.