Moonrise- With Elite Type Header

Support Area Forums Moonrise Moonrise- With Elite Type Header

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://
  • Author
    Posts
  • #36186
    Jim Berry
    Participant

    Bill,

    Is there a way to implement the Elite Type header in the Moonrise theme? i.e. Transparent to solid color ….

    Thanks

    Jim

    #36188
    Bill Robbins
    Moderator

    Hi Jim,

    Excellent question. You can do that. Elite has the header overlay the image at the top of the page. Would you like to also do that as well with Moonrise? Let me know and we’ll go from there.

    Thanks,
    Bill

    #36201
    Jim Berry
    Participant

    Yes Sir,

    Would be appreciated if possible.

    Thanks

    #36204
    Bill Robbins
    Moderator

    Hi Jim,

    Let’s try approaching it this way then. Go to the Theme Options page and click on the Advanced tab at the top. Scroll down to the custom CSS box and add this there:

    
    .fixed #one {
    	margin-top: 0;
    }
    
    .fixed #header {
    	background: transparent;
    }
    
    .fixed #header.movement {
    	background-color: #e1e2e1;
    }
    

    and save your settings. To change the color of the header as it scrolls, change the #e1e2e1 in the snippet above to the color you’d like it to be.

    See how that works for you. If you have any trouble, let me know.

    Thanks,
    Bill

    #36208
    Jim Berry
    Participant

    Bill,

    Thanks. It worked great.

    Jim

    #36209
    Bill Robbins
    Moderator

    Glad to hear it Jim. Let me know if you need anything else 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Moonrise- With Elite Type Header’ is closed to new replies.