Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1265937
    ifkda
    Participant

    Hi there,

    Would you be able to help me get my navbar / logo bar to be transparant?

    I have read some other threads and tried to use the CSS but it didn’t work for me.

    My url is: peake.digital

    Sometimes you’ve said it doesn’t work in previous threads so just to clarify it is peake dot digital

    #1265944
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    @media(min-width: 980px) {
    .home .masthead  {
                position:absolute;
                width:100%;
                background-color:transparent !important;
    }}
    #1266040
    ifkda
    Participant

    This didn’t work actually

    Could it because my top block is an background + an image rather than a rev slider?

    #1266052
    ifkda
    Participant
    This reply has been marked as private.
    #1266109
    Jade
    Moderator

    Hi there,

    Please try this:

    .x-logobar, .x-navbar {
        background-color: transparent;
    }
    
    .masthead {
        position: absolute;
        width: 100%;
    }

    Hope this helps.

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