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
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header .contactinfo img { display: none; } This will solve your issue.
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
@avilap18, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .header .contactinfo { display: none; }