Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1128295
    davesapple
    Participant

    How can I get my menu to look like – http://www.firespring.org/solutions/

    Thanks

    #1128423
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    The masthead has to be transparent and its height should be zero. Then place slider below masthead. Would you mind providing your site’s URL?

    Example CSS that you can add to your site’s custom CSS.

    @media ( min-width: 980px ) {
    .home .masthead {
    height: 0px !important;
    }
    .home .x-navbar {
    background-color: transparent !important;
    }
    }

    Thanks!

    #1128937
    davesapple
    Participant

    Great

    Trying to get it working on

    http://sspwebsite.com/

    #1128946
    Rahul
    Moderator

    Let us know how it goes!

    #1128961
    davesapple
    Participant

    It’s not working http://sspwebsite.com/

    #1129139
    Joao
    Moderator

    Hi There,

    It does work.

    Now what you need to do is to go to Appereance Customizer Header and adjust the link top spacing and the link spacing.

    So your links are more far apart and aligned to the logo.

    If you can“t see a transparent navbar with white links please clean your browser cache and test it again.

    Thanks

    Joao

    #1138790
    davesapple
    Participant

    Greta Thanks

    How can I get this on all pages ?

    #1139123
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! If you want to apply this to all pages, please update the code and use this instead:

    @media ( min-width: 980px ) {
      .masthead {
        height: 0px !important;
      }
      .x-navbar {
        background-color: transparent !important;
      }
    }

    Hope this helps. Please let us know how it goes.

    #1139681
    davesapple
    Participant

    HI It did not work for this page http://sspwebsite.com/about/pricing/

    #1140091
    Christopher
    Moderator

    Hi there,

    Please move CSS codes from cornerstone/custom css to customize/custom/css to apply it to all pages.

    Thanks.

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