Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #7566
    Jeff P
    Participant

    How can I set a transparent background on the navbar section of the renew stack?

    #7572
    Jeff P
    Participant

    Nevermind. I found that adding some css under the custom tab in the customize screen accomplished this for me.

    #7600
    Kory
    Keymaster

    Great to hear, Jeff. 🙂

    #19886
    Jakub G
    Participant

    So he is smarter then I am as none of the codes are working for me.
    can you paste them here please
    just to clarify: i want my nav bar to be transparent so background image is visable thru it.
    thanks in advance

    #19976
    Christian
    Moderator

    Hey Jakub,

    You can enable transparent NavBar in your stack options if your using Integrity. Renew and Icon are transparent already.

    Hope that helps. 🙂

    #19982
    Jakub G
    Participant

    Not really but maybe I’m doing smt wrong.
    I’m using renew and it is transparent but with white background.
    is it possible to make it transparent to page background?
    I’m adoptnig renew3 demo and this is my only strugle so far.
    Great theme BTW 🙂

    #20068
    Christian
    Moderator

    Please try the CSS

    .x-navbar {
    	background-color: transparent !important;
    }
    .site {
    	background-color: transparent;
    }
    

    Thanks.

    #20173
    Jakub G
    Participant

    Nice one!!!!
    That’s amazing !
    thanks

    #20205
    Rubin
    Keymaster

    You’re welcome!

    #379400
    Zenia
    Participant

    How do you make the transparency more or less opaque? What’s the code for that? 🙂

    #379496
    Christopher
    Moderator

    Hi there,

    Please try this code:

    .x-navbar{
    background-color:rgba(255,255,255,0.5);
    }

    An RGBA color value is specified with: rgba(red, green, blue, alpha). The alpha parameter is a number between 0.0 (fully transparent) and 1.0 (fully opaque).

    Hope it helps.

    #400005
    bitflip1235
    Participant

    I’m still unable to make the navbar bg transparent on Renew4?

    #400030
    Thai
    Moderator

    Hi @bitflip1235,

    In this case, please provide us with your website URL so we can take a closer look?

    Many thanks!

    #400214
    bitflip1235
    Participant
    This reply has been marked as private.
    #400332
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    header.masthead.masthead-inline {
        position: absolute;
        width: 100%;
    }
    
    .x-navbar {
        font-size: 16px;
        background: rgba(0, 0, 0, 0.5) !important;
    }
    

    Hope this helps.

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