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
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .siteinfourl { display: none; } .header .contactinfo { display: none; }