Hi Timothy
Thanks for your answer, I have some troubles because
I didnt find this menu, in the generous theme there
are several, I put them below, can you let me know
which one can I need to change please?
Sorry for my ignorance
Regards
Ley
#menu-container {
background-color: #3E0202;
background-image: url(“images/menu.png”);
}
#menu-container #menu {
width: 100%;
background-repeat: repeat;
overflow: visible;
}
#menu-container ul {
margin: 0;
padding: 0;
list-style: none;
overflow: visible;
}
#menu-container li {
margin: 0;
padding: 0;
float: left;
}
#menu-container a {
overflow: visible;
border-right: 1px solid #fff;
padding: 10px 20px 10px 20px;
display: block;
background-image: url(“images/menu.png”);
background-repeat: repeat;
line-height: 1.5;
font-size: 13px;
font-family:Verdana, Geneva, sans-serif;
text-decoration: none;
color: #fff;
text-align: center;
}
#menu-container a:hover {
background-image: none;
background-color: #3e0202;
line-height: 1.5;
font-size: 13px;
font-family:Verdana, Geneva, sans-serif;
text-decoration: none;
color: #fff;
}