text link color for homepage featured section images

Discussion in 'Blackriders WordPress Theme' started by rexmanaster, Mar 24, 2015.

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

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    hi,

    i'd like to change the color of the text links below the homepage featured section images. how can i change that?

    thanks,
    rex
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

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

    Code:
    .feature_inner_box a{
    color: #ea4628;
    }
    Regards,
    Sameer
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    awesome, sameer, thanks!

    rex
     
Thread Status:
Not open for further replies.

Share This Page