Menu disaappears
-
Hi!
I am working with this theme, but the menu disappears when scrolls down and the letters become white. here is the link:
Also when I open the site takes time to display the images, any suggestion?
thanks a lot for your help!! 🙂
-
The theme looks like it has been modified to add a new section? I am not sure about the changes you guys made in the code to accomplish this. I would suggest taking out the new code and checking if the top menu comes back and then work from there.
I didn’t touch the code at all. Please help me!
hi
nav#menu_row {
position: fixed;
background: #e7e7e7!important;
}
nav#menu_row a {
color: #333!important;
}try this…
Please make sure that the menu is assigned to the primary menu location.
Thank you so much Arunmilky!! now the color is fixed!!
The menu is assigned to the primary menu location but still doesn’t move.
try this…
#menu_row {
margin: 0px;
position: fixed;
top: 0px;
left: 0;
right: 0;
z-index: 1;
background: #e7e7e7!important;
height: 80px;
}
#menu_row a {
padding: 30px;
}Arunmilky thank you so so much!! its perfect!! 🙂
marking as resolved.
The topic ‘Menu disaappears’ is closed to new replies.
