Okay
  Public Ticket #3337549
Change header color
Closed

Comments

  •  4
    Carlos Vera started the conversation

    I need to make a change in the behavior of the web, is it possible that the page changes the background color of the header when scrolling, it would be ideal that it goes from transparent to a semi-transparent color like #ffffffff57.


    This would solve a problem that arises when you scroll and there is a text below, but keeps the aesthetics clean when you do not scroll.

    Attached is an image of the bug to fix...

    Attached files:  Captura de pantalla 2023-03-31 a las 10.10.42.png

  •  1,802
    Support replied

    Hi Carlos,

    this is actually custom work and I'm not sure exactly how much work is involved. A simpler solution is to actually change the menu style from classic to burger.

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  4
    Carlos Vera replied

    Could I put a color to the header?

    Tell me the location of the file that places the style Background: transparent; inline so I can disable it and continue modifying and enabling this functionality.

  •  1,802
    Support replied

    Hello Carlos, for instance you can add a background to your header navigator , it can be an rgba with opacity, for example

    header {     

         background-color: rgba(0,0,0, 0.5);

    }

    in customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  4
    Carlos Vera replied

    in the end determining not to change the background of the header would change the design a lot.

  •  1,802
    Support replied

    Ok Carlos

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy