Good evening
I would like to ask for help to improve two lines of code that I need to use, but that are generating errors on the site.
Nav # site-navigation {position: fixed;}
When I use this line to make the menu superior, fixed or dynamic, when I put “fixed”, I am not able to select the submenus that are above a parallax.
When I move the mouse over the sub-menus, they disappear without giving me time to select them.
With this line, I can control the color of the Parallax background that has the image on the right side, without the Parallax with background images suffering any randomness. Perfect!
With this command line I can control the color of the background of the Parallax that have the images on the left side, but … the Parallax that has the images as full background, stop showing the image to show the color that I selected.
How can I resolve this issue?
Thanks for the help, hoping that these questions are also useful for other users.
Instead background, can you try background-color property, so that it just override the color, not the whole background property that includes the background image URL.
Good Morning
The first situation was resolved with the line of code he suggested.
The second situation is maintained even with the use of “background: color”. The strange thing is that the background with the images on the right hand side works perfectly,