Feature Column Color

Discussion in 'RoadFighter WordPress Theme' started by nwinburn, Mar 7, 2014.

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

    nwinburn New Member

    Joined:
    Aug 16, 2013
    Messages:
    7
    Likes Received:
    0
    Hey guys,

    Sorry if this has been asked before, but I couldn't find anything.

    I just want to change the hover background color of the Feature Columns, but have not been able to get the right code.

    Any help?

    Thanks a lot!!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .feature-content .feature-content-inner .mask {
    background-color: rgba(189, 100, 167, 0.6);
    } 
    You can change the "rgba" value as per your requirement.
    This will solve your issue.
     
  3. nwinburn

    nwinburn New Member

    Joined:
    Aug 16, 2013
    Messages:
    7
    Likes Received:
    0
    HA!!! That .mask is what I was missing!! Thanks a lot!!!
     
Thread Status:
Not open for further replies.

Share This Page