How can I remove the mobile-icon.png from the homepage?

Discussion in 'Infoway WordPress Theme' started by merryandrew, Jul 23, 2015.

Thread Status:
Not open for further replies.
  1. merryandrew

    merryandrew Guest

    Joined:
    Mar 23, 2014
    Messages:
    47
    Likes Received:
    0
    In the Top Right Contact Details I'd like to remove the mobile icon. Thanks
     
  2. merryandrew

    merryandrew Guest

    Joined:
    Mar 23, 2014
    Messages:
    47
    Likes Received:
    0
    If I paste the following it removes everything .header .contactinfo {
    display:none;
    }
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Merryandrew,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .contactinfo img {
        display: none;
    }
    .header .contactinfo span.calldetails {
        margin-left: -20px;
    }
    Hope it will resolve your issue :)

    Thanks,
    Praveen
     
  4. merryandrew

    merryandrew Guest

    Joined:
    Mar 23, 2014
    Messages:
    47
    Likes Received:
    0
    Success! Thanks
     
Thread Status:
Not open for further replies.

Share This Page