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.
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.
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.
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
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
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.
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
in the end determining not to change the background of the header would change the design a lot.
Ok Carlos
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy