The uploaded logo image in the Header is displayed with a white border. I need to remove the border, can anyone advise please? I am inexperienced so a simple explanation would be appreciated!
Hi Steve,
If you wish to kill the white border line under your header and logo image, so please add the following code into your custom CSS:
.header-v3 #header {
border: none !important;
}
Hope this helps!
Thanks.
Imran
Excellent! This removes the white line under the Header / above the Slider. However, it does not remove the border around the logo.
Thanks so far, Steve
This post is just a test, I could not post yesterday
OK. Roman, cropping the logo image inside WP removed the white border so thanks very much.
Now, I have changed the Header to v5 and modified the code Imran sent me:
.header-v3 #header {
border: none !important;
}
but now this removes the white line above the Menu, but not the one below the Menu?
Hi,
Please try the following in your Theme Options -> Custom CSS
.header-v5 #small-nav {
border-bottom-color: #293567 !important;
}
I copied that color code from your menu.
Thanks!
Hi
Still here!
No, that didn’t work, sorry.
Steve
Hi,
I went into your site and added the Custom CSS code and cleared your wp super cache.
Now no more white lines in your header.
Thanks!
Hi Denzel
Fantastic! Thank you very much.
Steve
Hi,
You are welcome.
Thanks!
The topic Logo border is closed to new replies