Header Boarder

Discussion in 'Local Business WordPress Theme' started by charliej8210, Mar 14, 2015.

  1. charliej8210

    charliej8210 New Member

    Joined:
    Jan 30, 2015
    Messages:
    5
    Likes Received:
    0
    Hi there,

    This is my website : www.eastmoleseytrees.com

    I would like to remove the black boarder on the top header where the logo is.

    Thanks in advance,
    Charlie
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Charlie!

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

    Code:
    .header {
      border: none;
    }
    Thanks,
    Praveen
     

Share This Page