Wider logo?

Discussion in 'BlogsTrend WordPress Theme' started by pfung, Apr 15, 2015.

  1. pfung

    pfung Member

    Joined:
    Aug 21, 2012
    Messages:
    31
    Likes Received:
    1
    How can I make the my logo wider and remove the top banner ad?

    thx!
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

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

    To remove banner use
    Code:
    .top_banner {
      display: none;
    }

    Code:
    .header .logo {
      width: 108%;
    }
    Hope it will solve your query. Let me know if have further any doubts.
     

Share This Page