Change Page Title Colors

Discussion in 'ColorWay WordPress Theme' started by itzcandy, Apr 4, 2014.

  1. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    How do I change the color of the page titles on the internal pages?
     
  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:
    .content-wrap h1 {
    color: red;
    }
    .contact .contact h2 {
    color: red;
    }
    .content-wrapper h2 {
    color: red;
    } 
    In place of "red" you can put your color or color code.
    This will solve your issue.
     

Share This Page