Unable to remove phone number on top right of site

Discussion in 'Infoway WordPress Theme' started by leadology, Jul 10, 2018.

  1. leadology

    leadology Member

    Joined:
    Dec 28, 2011
    Messages:
    100
    Likes Received:
    2
    I don't wish to use the tap to call or display a phone number on the top right header of the site. I have removed the information in those respective boxes but an alien number is still showing. How do I get rid of it? Thanks guys!
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Greetings from InkThemes,

    To top right contact information, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header .contactinfo {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. leadology

    leadology Member

    Joined:
    Dec 28, 2011
    Messages:
    100
    Likes Received:
    2
    Thank you! This removed the wrong number and made the space blank. How do I add a correct number in the future if I want to?

    Thanks again!
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Just remove the above CSS code from the Custom CSS section.
     

Share This Page