How to rmove telephone symbol

Discussion in 'Appointway WordPress Theme' started by pauljw, Jun 6, 2013.

  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi,
    I can not work out how to remove the telephone symbol from the top of the page.

    Thanks, Paul.
     

    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:
    .call-us p {
    background: none;
    }
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi, I did this, but it does not work. I have other code in the css box, do you think it causing a problem. Thanks, Paul.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .call-us p {
    background: none ! important;
    }
    This will solve your issue.
    If not then please send us your website link so that we can give you the exact solution.
     

Share This Page