Compass Theme First Font Icon

Discussion in 'Compass WordPress Theme' started by draco1, Jan 1, 2018.

  1. draco1

    draco1 Member

    Joined:
    Jan 18, 2016
    Messages:
    32
    Likes Received:
    0
    Hi

    I need to change the First Font Icon from it default Red colour on the red theme to #ff9f80, do you have the CSS Custom code to do this please!

    Best

    James & And Happy New Year!
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To remove the logo, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature-content-inner i.fa-tablet.fa:nth-child(1) {
        color: #ff9f80;
    }
    Hope this helps...!

    Same To You.
    It means a lot.

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page