how remove logo completely

Discussion in 'BlackBird WordPress Theme' started by sooraj, Dec 27, 2013.

  1. sooraj

    sooraj Member

    Joined:
    Jun 10, 2013
    Messages:
    181
    Likes Received:
    1
    Location:
    India
    Dear sir
    How remove logo complete from blackbird theme
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header .logo a {
    display: none;
    } 
    This will solve your issue.
     

Share This Page