Topic Resolution: Resolved
  • Closed
  • Steve Appleyard
    Spectator
    August 4, 2015 at 3:31 pm #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
    August 6, 2015 at 6:10 pm #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
    August 7, 2015 at 3:30 pm #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
    August 7, 2015 at 4:40 pm #19810
    Steve Appleyard
    Spectator
    Posts: 13
    August 10, 2015 at 7:00 pm #19878

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

    Steve Appleyard
    Spectator
    Posts: 13
    August 10, 2015 at 7:04 pm #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
    August 10, 2015 at 8:15 pm #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
    September 14, 2015 at 8:12 pm #20636

    Hi

    Still here!

    No, that didn’t work, sorry.

    Steve

    Denzel Chia
    Moderator
    Posts: 2656
    September 14, 2015 at 9:31 pm #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
    September 15, 2015 at 3:52 pm #20682

    Hi Denzel

    Fantastic! Thank you very much.

    Steve

    Denzel Chia
    Moderator
    Posts: 2656
    September 15, 2015 at 7:22 pm #20687

    Hi,

    You are welcome.

    Thanks!