How can I change the 3 feature headings font color to black?

Discussion in 'BlackBird WordPress Theme' started by louanncovi, Aug 16, 2013.

  1. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    How can I change the 3 feature headings font color to black?
    Thanks,
    LouAnn
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-content-inner h2 a {
    color: red;
    }
    Inplace of "red" you can put your color or color code.
    This will solve your issue.
     
    louanncovi likes this.

Share This Page