I have a dropdown menu with the portfolio items, but on a normal page (like www.harryhappycamper.com/sweden) it does not drop down over the header image. It gets behind it. How can i change this that it is always to be seen?
How can i change the hover color in the menu, especially the dropdown menu?
How can i make sure that the menu moves along when scrolling up or down, either on the homepage as on the other pages?
I hope you are well today and thank you for your questions.
I have a dropdown menu with the portfolio items, but on a normal page (like http://www.harryhappycamper.com/sweden) it does not drop down over the header image. It gets behind it. How can i change this that it is always to be seen?
You can try resolving this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Customize -> Shapely Options -> Other
#page ul.dropdown-menu {
z-index: 999999;
}
How can i change the hover color in the menu, especially the dropdown menu?