• Resolved uponinfinity

    (@uponinfinity)


    Hi,

    I’m using the storefront theme and I’m trying to remove the bar and space above my background video. I’ve also used the homepage control plugin, which will remove it, but also removes the background video I’m trying to move up to the menu. Any ideas?

    site here

Viewing 11 replies - 1 through 11 (of 11 total)
  • Maybe this code could be of help ??

    #post-24 header.entry-header {
        display: none !important;
    }
    .page-template-template-homepage .site-main {
        padding-top: 0 !important;
    }

    Thread Starter uponinfinity

    (@uponinfinity)

    Thanks, but I’m not great at coding. Where should I place this? In the CSS or the page itself?

    Hmmm put it at the end of your style.css ??

    Thread Starter uponinfinity

    (@uponinfinity)

    Dude, you’re awesome! Thanks so much!

    Pleasure is mine. Cheers!

    Thread Starter uponinfinity

    (@uponinfinity)

    Hi.

    Apparently, when I switched the test page to the home page, it decided to come back, even with the code. Is there any good way of doing this, or should I just give up.

    new site

    Oh my bad. Try to change the first code I sent to this code ??

    header#masthead, header.entry-header {
        margin-bottom: 0 !important;
        border: none;
    }

    Thread Starter uponinfinity

    (@uponinfinity)

    Thanks. That’s better, but just a little line is left there now.

    Site

    By the way, where did you learn to code CSS?

    Oops! I forgot something. Here’s the modified code ??

    header#masthead, header.entry-header {
        margin-bottom: 0 !important;
        border: none !important;
    }

    By the way, where did you learn to code CSS?

    Hmmm, that’s hard to tell because it’s way too many to mention. There’s a lot of tutorial in the web, try watching tutorial in youtube about css ??

    Thread Starter uponinfinity

    (@uponinfinity)

    That’s the one. I got it working now. Thanks again!

    Great! Good luck to your css journey ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Remove top space and bar from pages.’ is closed to new replies.