Text and title color primary widget area

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

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Is it possible to change the colors of the text and titles of the primary widget area?
     
  2. praveen

    praveen Support Staff

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

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

    Code:
    .sidebar h3 {
    color: green !important;
    }
    .sidebar {
    color: red !important;
    }
    Thanks,
    Praveen
     

Share This Page