Removing telephone logo from footer

Discussion in 'Harrington- A WordPress Business Theme.' started by tawemedia, Sep 17, 2018.

  1. tawemedia

    tawemedia Member

    Joined:
    Feb 6, 2013
    Messages:
    40
    Likes Received:
    0
    Hi,

    Thanks for all your help so far.

    Could you just let me know how I can remove the telephone logo from the "Footer Contact Details" in the footer settings?

    Thank you, Paul
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Greetings from InkThemes,

    To remove the phone logo 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:
    .bottom_footer_container .call_us p {
        background: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page