Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1370831
    blue928
    Participant

    I would like to reproduce this functionality:

    http://themes.themegoods2.com/grandtour/demo/destination/tokyo/

    Notice how the navigation sits over the image and is transparent, so you can see the image in the background. I would like to do so without breaking anything functional, like responsiveness. I notice that http://theme.co using something similar.

    What would be the best way to achieve this effect?

    If it matters, I’m using the Renew stack, but if different stacks would have different approaches, curious to know how to address each stack.

    http://bluepresley.com/

    #1371028
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .masthead-inline {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1370831 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>