Page Title Bar Color

Discussion in 'Andrina WordPress Theme' started by itzcandy, Aug 10, 2014.

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

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    Hi, I was able to change the color behind the page titles to green on every page on my site except for the blog. Please see the link http://howelloperahouse.webworldadvantage.com/ how can I change the blog header to be the same as the other pages.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,



    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .single-heading{
    background: #BDD63D;
    }


    Thanks & Regards
    Pramod Patel
     
  3. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.
    Code:
    h1.single-heading{
    background: #BDD63D;
    }
    
    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page