Remove telephone icon in header area

Discussion in 'Appointway WordPress Theme' started by pauljw, Oct 7, 2014.

Thread Status:
Not open for further replies.
  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi, Can you tell me how to remove telephone icon in header area.

    I have looked at other threads, but code to paste into the custom css does not seem to work on my Appointway theme.

    Thank you.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 767px) and (min-width: 300px)
    {
    .call-us a.btn {
    display:none;
    }}
    Thanks & Regards
    Pramod
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi Pramod,
    I tried that, unfortunatley, It does not appear to be working.

    Many thanks,
    Paul.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please give me screenshot of icon which is to remove.
    Thanks & Regards
    Pramod
     
  5. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi Pramod,
    It is the one with the blue circle around it.

    Thanks, Paul.
     

    Attached Files:

  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .call-us p
    {
    background:none !important;
    }
    Thanks & Regards
    Pramod
     
  7. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Thanks Pramod, that works.
     
Thread Status:
Not open for further replies.

Share This Page