Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1311771
    jamiek1065
    Participant

    Hi guys

    I’ve done a search and tried using the code on those threads with no joy.
    I’m currently trying to migrate my old website to this theme but I can’t seem to replicate my front page.

    I’m trying to get the front page of my new site http://www.jameskendall.co.uk/jameskendall17/

    to look like my old one.
    http://www.jameskendall.co.uk

    I can’t seem to get the logo and menu completely transparent on top of the slider, can you advise?

    Thanks in advance.

    #1311810
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-topbar {
        border-bottom: none !important;
    }
    .x-navbar {
        border-bottom: none !important;
        box-shadow: none !important;
    }
    .x-navbar-fixed-top-active .x-navbar-wrap {
        margin-bottom: 0 !important;
    }
    .x-slider-container.below {
        margin-top: -46px !important;
    }
    
    @media screen and (max-width: 979px) {
    .x-slider-container.below {
        margin-top: -145px !important;
    }
    }
    
    @media screen and (max-width: 959px) {
    .ubermenu-skin-clean-white.ubermenu-responsive-toggle {
        background: transparent !important;
    }
    }

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1312578
    jamiek1065
    Participant

    Hi thanks for getting back in touch.

    Unfortunately this didnt work πŸ™

    #1312599
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1319319
    jamiek1065
    Participant
    This reply has been marked as private.
    #1319847
    Christopher
    Moderator

    Hi there,

    Please add following code as well :

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

    Hope it helps.

    #1320120
    jamiek1065
    Participant

    That worked great, Thanks so much.

    #1320176
    Thai
    Moderator

    You’re most welcome πŸ™‚

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