How can I change the color of the page title

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Jan 22, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    How can I change the color of the page title?

    Thank you.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi maggie,

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

    Code:
    h1.page-title {
    color: green;
    }
    Thanks,
    Praveen
     

Share This Page