Bar on Pages - Color change

Discussion in 'Andrina WordPress Theme' started by rapidresults, Nov 12, 2012.

Thread Status:
Not open for further replies.
  1. rapidresults

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Hi: I would like to change the color of the bar on each page to a light shade of grey. It is currently black. How can I do that? My website is michelelisasalon.com.

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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,.main-content .full-width h1.fullwidth-heading{
    background:red;
    }
    
    Inplace of "red" put your color value.
     
  3. rapidresults

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page