How to remove contact phone and information from header

Discussion in 'Appointway WordPress Theme' started by v4sb, Feb 9, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I have read through many other posts related to this and have tried all of the custom CSS coding to make this work, but none have worked. Can you help me remove the tap to call feature and all other information in the header? Thank you.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey!

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

    Code:
    .call-us {
    display: none;
    }
    Thanks,
    Praveen
     

Share This Page