Can i add hover color to responsive menu + line separators between the menu items
Hi
Can i add hover color to responsive menu + line separators between the menu items
http://www.atarim10.me
Thank you
Eyal
Can i add hover color to responsive menu + line separators between the menu items
http://www.atarim10.me
Thank you
Eyal
Comments
to change the colors please go to theme options>colors
add the lines in the menu with this custom css
@media (max-width:767px) {
#Top_bar #menu ul li a:hover { background-color: #007db8; {
}
}
}
Thank you again
Eyal