Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #858921

    GonzoDesign
    Participant

    Hi!
    I want change the header when scroll down from trasparent to color.

    Thank you for your theme it’s very nice 🙂

    #859225

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #859246

    GonzoDesign
    Participant
    This reply has been marked as private.
    #859959

    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the url and credentials for your site. To change the header from a transparent to a dark color, please update your custom css code and make use of this code instead:

    .x-navbar {
        background-color: transparent !important;
    }
    
    .x-navbar.x-navbar-fixed-top {
        background-color: rgba(0,0,0,0.85) !important;
    }

    Feel free to change the color if needed. Hope this helps.