How to remove mobile-icon.png in top right?

Discussion in 'Infoway WordPress Theme' started by judester, Feb 12, 2013.

  1. judester

    judester New Member

    Joined:
    Feb 6, 2013
    Messages:
    8
    Likes Received:
    0
    I entered a non-breaking space in the area in theme options to remove the "Call 24 Hours: 1.888.222.5847" (after hacking header.php to get rid of it -- why wouldn't it go away?) but still can't get rid of the mobile-icon.png, even after I renamed the file name to zzmobile-icon.png

    Anyone know how to remove that png?

    Thanks in advance!
    Judester



     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .contactinfo img {
    display: none;
    }
    This will solve your issue.
     
  3. avilap18

    avilap18 New Member

    Joined:
    Jan 31, 2012
    Messages:
    7
    Likes Received:
    0
    I did what you said and got rid of the mobile-icon.png.
    Look at http://c-tpat.us/
    How I can get rid of the whole phone number?
    Thanks,
    Avi
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    @avilap18,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .contactinfo {
    display: none;
    }
     

Share This Page