Change Page Title Color/Background

Discussion in 'Infoway WordPress Theme' started by itzcandy, Mar 4, 2014.

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

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    Help please - I would like to change the page title background to a solid color.

    Thank you!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page-heading h1 a {
    color: red;
    }
    .page-heading {
    background: black;
    } 
    In place of "red" and "black" you can put your color or color code.
    This will solve your issue.
     
  3. itzcandy

    itzcandy Member

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

Share This Page