Change the color of the circles on the home page

Discussion in 'Harrington- A WordPress Business Theme.' started by glucena, Aug 8, 2014.

Thread Status:
Not open for further replies.
  1. glucena

    glucena Member

    Joined:
    Nov 11, 2013
    Messages:
    56
    Likes Received:
    12
    Hello,

    Please can you tell me how to change the color of the circles on the home page from white to the same green of the theme and/or change the white area between the photo and the circle from white to green?

    May be the change is the same ... Could increase the wight of the green line ...

    Best Regards
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

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

    Code:
    .feature_inner_box .circle {
    background: green;
    }
    
    This will solve your issue.


    Thanks & Regards
    Pramod Patel
     
  3. glucena

    glucena Member

    Joined:
    Nov 11, 2013
    Messages:
    56
    Likes Received:
    12
    Many Thanks
     
Thread Status:
Not open for further replies.

Share This Page