Delete contact info and mobile icon on right upper corner

Discussion in 'Infoway WordPress Theme' started by w_nicolas23, Mar 12, 2013.

  1. w_nicolas23

    w_nicolas23 New Member

    Joined:
    Mar 9, 2013
    Messages:
    9
    Likes Received:
    0
    Hi,
    how do we delete the mobile icon as well as the contact info in the upper right corner?
    Thank You
    Nicolas
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    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.
     

Share This Page