Color of icons

Discussion in 'Compass WordPress Theme' started by selektarier, Jul 17, 2014.

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

    selektarier New Member

    Joined:
    Mar 26, 2014
    Messages:
    12
    Likes Received:
    0
    Hello,

    how can I change the color of the icons like it is on the picture?

    Thank for your help

    Marc
     

    Attached Files:

  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 p.font_icon:hover{
    color:red;
    }
    .feature-content .feature-content-inner p.font_icon{
    color:blue;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  3. selektarier

    selektarier New Member

    Joined:
    Mar 26, 2014
    Messages:
    12
    Likes Received:
    0
    Hi Gourav Shrivastava

    Thank you - it works and looks fun.
    But it is not what I wanted- what I want is just:

    The first icon in red,
    the second in orange and
    the third one in green, please

    They should not change color.

    Thank you

    Marc
     
  4. 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.first i{
    color:red;
    }
     
    .feature-content .feature-content-inner.second i{
    color:orange;
    }
     
    .feature-content .feature-content-inner.third i{
    color:green;
    } 

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  5. selektarier

    selektarier New Member

    Joined:
    Mar 26, 2014
    Messages:
    12
    Likes Received:
    0
    Hello Gourav,

    thank you very much for your support!

    Marc
     
Thread Status:
Not open for further replies.

Share This Page