Changing font colors

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Feb 20, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Is it possible to change the font colors from the titels marked in red?
    See attachment 1 and 2 -->

    Thank you.
     

    Attached Files:

    • 1.jpg
      1.jpg
      File size:
      556.4 KB
      Views:
      4
    • 2.jpg
      2.jpg
      File size:
      465.4 KB
      Views:
      4
  2. praveen

    praveen Support Staff

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

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

    Code:
    ul.products li a h3 {
    color: green !important;
    }
    .summary.entry-summary h1 {
    color: green !important;
    }
    Thanks,
    Praveen
     

Share This Page