Feature Column colour doesn't fit colour scheme

Discussion in 'RoadFighter WordPress Theme' started by dirkpfn, Nov 8, 2013.

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

    dirkpfn New Member

    Joined:
    Nov 4, 2013
    Messages:
    16
    Likes Received:
    0
    Hi,

    when putting the mouse on one of the Feature Coloms, the bottom line turns colour. Unfortunately the colour doesn't fit the choosen colour in the theme setup. E.g. I choose "red" as colour scheme in the theme setup. In the Feature Coloms the "roll-over colour" is not red, but orange.
    How can I make this fit to my red colour scheme ?

    Thanks and best regards
    DIRK

    PS: Check my page http://www.pfn-online.de
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     
     .feature-content .feature-content-inner:hover .feature-content-text{
    border-bottom:2px solid red;
    }
     
  3. dirkpfn

    dirkpfn New Member

    Joined:
    Nov 4, 2013
    Messages:
    16
    Likes Received:
    0
    Hi Gourav,
    this works.

    Thanks
    DIRK
     
Thread Status:
Not open for further replies.

Share This Page