How to remove the padding in search bar

Hi,

Does anybody know how to remove the padding in the search bar (when clicked on the search icon Menu).
It gives an ugly thing I would love to remove. 

Thanks a lot. 

Great theme BTW

Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks
  • Hi, 

    I put an ugly orange padding. Thanks for your help

    https://pasteboard.co/HuZBMx1.jpg and my Website is keewego.com
  • By Theme Options you cannot make it transparent, but if you want to have background color of it, please go to Theme Options > Colors>  Header and change the Search Background color

    If you want to have it transparent please paste this Custom CSS into Theme Options > Custom CSS > CSS
    #Top_bar .search_wrapper{
    background:transparent !important;
    }
    Thanks.
  • Thanks a lot
Sign In or Register to comment.