Title Color

Discussion in 'Woodpecker WordPress Business Theme' started by itzcandy, Jul 20, 2016.

  1. itzcandy

    itzcandy Member

    Joined:
    Dec 13, 2012
    Messages:
    102
    Likes Received:
    2
    How do I change the color of the page titles and blog titles.
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature-tagline-container h1 {
        color: red;
    }
    .post-heading h1 a {
        color: blue;
    }
    Note: Chnage the color as per your interest..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page