Remove telephone icon in header area

Discussion in 'BlackBird WordPress Theme' started by falcott, Jun 3, 2014.

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

    falcott Member

    Joined:
    Dec 28, 2011
    Messages:
    32
    Likes Received:
    0
    Hello,
    Please tell me how to remove the telephone icon in the header. I don't wish to have any contact details at the top of the page.
    Thank you :)
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    div.header-info img {
    display: none;
    } 


    Thanks & Regards
    Gourav Shrivastava
     
  3. falcott

    falcott Member

    Joined:
    Dec 28, 2011
    Messages:
    32
    Likes Received:
    0
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page