Your Time:
Our Time:
← Back to discussions

Top Bar BG Color Ignored

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 2 replies, 2 voices, and was last updated 12 years, 10 months ago by Mobex.

  • 2013-10-24 at 9:16 pm
    Support Expired
    #401
    Mobex
    Participant
    • Topics: 14
    • Replies: 24
    • Total posts: 38
    • Post count: 32

    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.

    http://mobex.biz/demo/

    BG Color should be: #0e0046
    Text Color should be: #9dab9a

    2013-10-25 at 1:12 am
    #413
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    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

    2013-10-25 at 6:34 pm
    Support Expired
    #422
    Mobex
    Participant
    • Topics: 14
    • Replies: 24
    • Total posts: 38
    • Post count: 32

    Thank you that worked.

You must be logged in to reply to this topic.