Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #871163

    Quiick
    Participant

    Hi,
    sorry if this has been asked before, but I can’t find anyone looking to do exactly what I want to do.

    I would like to change navbar menu background to white 0.5 transparent.
    Could you please help?

    http://www.quiick.net

    #872102

    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-navbar {
        background-color: rgba(255,255,255,0.5) !important;
        min-height: 45px !important;
    }

    Let us know how this goes!

    #872795

    Quiick
    Participant

    Yeah, that code helped. Thanks a lot.

    #872944

    Quiick
    Participant
    This reply has been marked as private.
    #873285

    Nabeel A
    Moderator

    Hi again,

    Try replacing the previous code with this one:

    .x-navbar {
        background-color: rgba(255,255,255,0.5) !important;
        min-height: 45px !important;
        max-height: 45px !important;
    }

    Let us know how this goes!

    #873586

    Quiick
    Participant

    Hi that works just partially: navbar fixed, but… please have a look on attached screenshot of “problem” device.

    Thank you

    #874014

    Christopher
    Moderator

    Hi there,

    Please update previous code to :

    @media (min-width:976px){
    .x-navbar {
        background-color: rgba(255,255,255,0.5) !important;
        min-height: 45px !important;
        max-height: 45px !important;
    }
    }

    Hope it helps.

    #874557

    Quiick
    Participant

    The problem was solved after cleaning caсhe on that particular iPhone.
    Thank you very much and sorry for disturbing.

    #874991

    Rue Nel
    Moderator

    No problemo! It’s the least that we can do for you.
    If you need anything else we can help you with, please let us know.