Blackbird - remove address and padding

Discussion in 'Blackriders WordPress Theme' started by atlasprowriter, Aug 6, 2014.

  1. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    Hi. I would like to remove the default address section (under the phone number) because we don't want to publish our address. Also, I would like to reduce the padding between the header logo and menu. Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Code:
    .header-info p {
    display: none;
    }
    .menu_wrapper {
    margin-top: 5px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page