hello again!
I need a little help on my menu. I addes the necessary code to make the hover background disappear, but it's still white and i'd like it transparent. Also I need to order my custom menu, but in the site panel it's not working and the order is all messed up.
this is my code:
.navigation_wrap .main_nav {
font-size: 20pt;
height: 31px;
margin-left: 63px;
margin-top: 180px;
text-align: left;
}
.main-nav .current-menu-item a, .main-nav .current-menu-item ul li a:hover {
background-color: #000000 !important; color: #FFFFFF !important; }
.main-nav .current-menu-item ul li a {
background-color: #000000 !important; color: #FFFFFF !important; }
.main_nav li a {
background-color:transparent;
color: white ;
}
.main_nav li a:hover {
background-color:black;
color: black;
}
thanks for the help!












