• Hello.
    I don’t know what happened (maybe an automatic WP version update) but a big space appeared over the header Image . Same a big fat line behind the header image which crosses the page.

    I am using the twenty fourteen template.

    You can see the issue here http://www.europatricolore.org

    Can enybody help me out fixing this?

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey there Emmise,

    How are you doing today?

    I’m not really sure what this menu element is being used for but you should be able to hide it with some custom CSS.

    To do this please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .sp-league-menu .sp-inner {
        display: none;
    }

    Hope this helps and have a great weekend!

    Cheers,
    Bojan

    Thread Starter Emmise

    (@emmise)

    Thanks a million my friend.
    This fixed it and the plugin is really useful.
    Cheers,
    Emanuel

    Hey,

    Glad I could help 🙂

    Cheers,
    Bojan

    Thread Starter Emmise

    (@emmise)

    Hello Bojan!
    Can you help me again? Didn’t do anything and the ugly line popped up again! Maybe once again an automatic WP version update or something.
    Would you have a solution for this?

    Here you see it: http://www.europatricolore.org

    The CSS plugin is still installed as well as the previous CSS style
    http://wordpress.org/plugins/simple-custom-css
    .sp-league-menu .sp-inner {
    display: none;
    }
    Thanks in advance.

    Hey again Emmise,

    Please try adding the following:

    .sp-header {
        display: none;
    }
    
    body > p {
        display: none;
    }

    Hope this helps 🙂

    Cheers,
    Bojan

    Thread Starter Emmise

    (@emmise)

    Hello Bojan.
    Thanks for your help unfortunately this does not work.

    .sp-header {
    display: none;
    }

    body > p {
    display: none;
    }

    The various new WP Releases have messed up my website not only with some graphic issues (like this ugly line) but with some other additional functional disorders (like a huge mess with the media functionalities which do not work anymore).

    Any other ideas about the css?

    Hey again Emmise,

    For some reason the following code is not being applied:

    .sp-header {
    display: none;
    }

    It’s not being overwritten, it is just not being visible when I’m inspecting your site.

    Where are you adding the code? There is most likely something wrong in the CSS file where you are adding this. If there is not a lot of code there can you please paste it here so I can take a look? If there is a lot please use pastebin.com instead and post the link.

    Cheers,
    Bojan

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove big fat line on top and behind the header picture’ is closed to new replies.