Topic Resolution: Resolved
  • Closed
  • Steve Appleyard
    Spectator
    04.08.2015 at 15:31 #19605

    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!

    Imran
    Spectator
    Posts: 402
    06.08.2015 at 18:10 #19762

    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.

    Steve Appleyard
    Spectator
    Posts: 13
    07.08.2015 at 15:30 #19808

    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

    Roman
    Spectator
    Posts: 3147
    07.08.2015 at 16:40 #19810
    Steve Appleyard
    Spectator
    Posts: 13
    10.08.2015 at 19:00 #19878

    This post is just a test, I could not post yesterday

    Steve Appleyard
    Spectator
    Posts: 13
    10.08.2015 at 19:04 #19879

    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?

    Denzel Chia
    Moderator
    Posts: 2656
    10.08.2015 at 20:15 #19886

    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!

    Steve Appleyard
    Spectator
    Posts: 13
    14.09.2015 at 20:12 #20636

    Hi

    Still here!

    No, that didn’t work, sorry.

    Steve

    Denzel Chia
    Moderator
    Posts: 2656
    14.09.2015 at 21:31 #20640

    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!

    Steve Appleyard
    Spectator
    Posts: 13
    15.09.2015 at 15:52 #20682

    Hi Denzel

    Fantastic! Thank you very much.

    Steve

    Denzel Chia
    Moderator
    Posts: 2656
    15.09.2015 at 19:22 #20687

    Hi,

    You are welcome.

    Thanks!