How to remove all "Top Right Contact Details" text from header?

Discussion in 'BlackBird WordPress Theme' started by joshualisec, Nov 29, 2014.

  1. joshualisec

    joshualisec New Member

    Joined:
    Aug 29, 2014
    Messages:
    10
    Likes Received:
    0
    Hello!

    I would like to remove all of the text area included in the default Blackbird theme header at my website www.HustleEarnRepeat.com.

    How can I make the Top Right Contact Details, Contact Number, and and Home Top Right Address all blank white space? The header logo I've uploaded stretches into that area, so I would like to eliminate it if possible.

    Thank you!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header-info {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page