Remove Phone Icon

Discussion in 'Harrington- A WordPress Business Theme.' started by bwdaugherty, Mar 18, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    How can I safely remove phone icon from lower left corner of Harrington theme? thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .bottom_footer_container .call_us p {
    background: none;
    }
     
    This will solve your issue.
     

Share This Page