hover color of border of homepage featured section images

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

  1. rexmanaster

    rexmanaster Member

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

    i'd like to change the hover color of the border of 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 .circle:hover {
      background: red ! important;
    }

    Regards,
    Sameer
     

Share This Page