Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1149987
    flacnvinyl
    Participant

    I already have my header set to transparent. However, the content is ofcourse set like normal. How can I ‘move up’ the main page so that the homepage technically displays behind the header. I don’t want to do this across the entire site. Just the homepage.

    #1149989
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1150183
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (min-width:979px){
    .home header.masthead.masthead-inline {
        height: 0;
    }
    }

    Hope that helps.

    #1150509
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1150513
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1150532
    Thai
    Moderator

    Hi There,

    Please change this CSS:

    @media (min-width:979px){
    .home header.masthead.masthead-inline {
        height: 0;
    }
    }

    To this:

    @media (min-width:979px){
    .home header.masthead.masthead-inline {
        height: 46px;
    }
    }

    Hope it helps 🙂

    #1150737
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1150819
    Darshana
    Moderator

    Hi there,

    Upon checking your site, I see that you don’t have Topbar activated on your site. Topbar should be activated through Appearance -> Customize -> Header -> Topbar.

    Thanks!

    #1150904
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1151024
    Darshana
    Moderator

    Hi there,

    Can you please enable Topbar? so that we can inspect your issue and assist you with a possible workaround.

    Thanks!

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