Hi, how do we delete the mobile icon as well as the contact info in the upper right corner? Thank You Nicolas
Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: .header .contactinfo { display:none; } This will solve your problem. Thanks.