Remove Phone Icon Only from footer

Discussion in 'ButterBelly WordPress Theme' started by tracykperry, Oct 24, 2017.

  1. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
  2. akbar92

    akbar92 Support Staff Staff Member

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

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

    Code:
    footer_top_container .call_us p {
        background: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
    :( Didn't work...
     
  4. akbar92

    akbar92 Support Staff Staff Member

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

    Use this code:

    Code:
    footer_top_container .call_us p {
        background: none !important;
    }
    Hope this helps...!

    Regards,
    Akbar
    InkThemes.com
     

Share This Page