Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #155917
    nquit
    Participant

    Hi there! I’m using Rock Star pro – love the theme in general but – I want to do two things I can’t quite figure out:

    1 – I want to be able to remove the header entirely. As you can see, without a header image I’ve got the menu on top of a black background:

    http://musicmanwilson.com/

    I would rather that background shift up and have the menu on TOP of it – everything else I love. The way the menu/title shrink, etc. I just want to have all of that on TOP of the background. More like this site:

    https://aarontrumm.com/

    at least on first load – on that one, once you scroll, the menu has a black background, I’d like to keep it transparent so I can see the background.

    2 – I would love to be able to give a page a different background…

    I don’t mind CSS and coding – just having trouble digging around figuring out how to do this.

    Thanks a bunch!

    #156043
    tikaram
    Keymaster

    @nquit : I will check the issues and get back to you soon.

    Regards,
    Tikaram

    #156222
    nquit
    Participant

    Thanks a bunch @tikaram!

    #156304
    tikaram
    Keymaster

    @nquit : Go to Appearance => Customize => Additional css and add the following css

    #masthead.is-sticky {
    	background-color: transparent !important;
    }
    .header-image-slider {
    	display: none;
    }
    .entry-content {
    	padding-top: 90px;
    }

    Let me know if this resolves your issue

    Regards,
    Tikaram

    #156342
    nquit
    Participant

    Howdy! Near as I can tell, that did nothing 🙂 lol

    So actually what I’ve done is I’ve made a header image which is entirely transparent (1900 x 130) – and – voila! 🙂

    http://musicmanwilson.com/

    So now the only thing I have left to do is somehow get a different background for a different page – (my client wants a different background for one of the pages) – maybe using a different page template?

    thanks so much for the help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing header entirely (so that the menu is on top of the background)’ is closed to new replies.