How to change color of Title bar

Discussion in 'Andrina WordPress Theme' started by scarn8881, Nov 25, 2013.

  1. scarn8881

    scarn8881 Guest

    Joined:
    Jan 15, 2013
    Messages:
    41
    Likes Received:
    0
    Hello,
    My client would like the color of the title bar to be a darker blue #000099. Attached is a screen print of what I mean.

    How can I change the color?
    Rivertreeonline.co  forum question.png Thank you!
    Sherry
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .main-content .gallery h1, .main-content .page-content h1.contact, h1.single-heading, .page-content h1.page_title {
    background: #000099!important;
    }
     

Share This Page