Removing Top right contact details/number?

Discussion in 'Infoway WordPress Theme' started by ajyorthodontics, Oct 24, 2013.

  1. ajyorthodontics

    ajyorthodontics New Member

    Joined:
    Apr 24, 2013
    Messages:
    7
    Likes Received:
    0
    How do I remove the "Top right contact details?" and contact number to call? And also how do I remove the "top infobar link text" (and url)?

    My site is www.wholesmiles.com
     
  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:
    .siteinfourl {
    display: none;
    }
    .header .contactinfo {
    display: none;
    }
    
     

Share This Page