Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #293270

    Sample A is the colors scheme that the options allow me to use
    sample b

    Sample B is the color option I’d like have, is there anyway to ONLY customize the top bar where the “extra elements are?
    sample a

    • This topic was modified 10 years, 4 months ago by Ron.
    #293433

    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

    #293456

    Works, to change the font color do I add ( font-color: #ffffff; ) ?

    #293462

    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.

    #293498

    heres the link: http://goo.gl/zzOhFu

    #293773

    Hi!

    Please add following code to Quick CSS as well

    .phone-info.with_nav, #header_meta a {
    color: white;
    }</cpde>

    Cheers!
    Yigit

    #342553

    Sorry for delayed response this worked thank you.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Is there a way to override header colors to customise the extra content bar only’ is closed to new replies.