Remove Top-Right Phone Number & Address

Discussion in 'BlackBird WordPress Theme' started by computerhelpcommunity, Nov 3, 2012.

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

    computerhelpcommunity New Member

    Joined:
    Oct 29, 2012
    Messages:
    7
    Likes Received:
    0
    How do I remove the address and phone number in the top right? I want it to be totally blank, although later on I'd like to add social media buttons (small and square).

    THANKS
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    1.For your first issue

    Code:
    .header-info {
    display: none;
    }
    2.For your second issue

    Download Social media widget plugin from WordPress.org

    http://wordpress.org/extend/plugins/social-media-widget/

    This will solve your issue.
     
  3. computerhelpcommunity

    computerhelpcommunity New Member

    Joined:
    Oct 29, 2012
    Messages:
    7
    Likes Received:
    0
    Thanks! Worked great. I feel stupid for asking, after I started reading other threads and noticed this was answered recently. Thanks again
     
Thread Status:
Not open for further replies.

Share This Page