Sry for me secound silly question, but iam unable to find the variables to define the border colors of the top menu.
/* Superfish menu overrides ~~~~~~~~~~~~~~ */
.sf-menu li, .sf-menu li li, .sf-menu li li ul li {
background-color: #b6ca71;
border-left: 1px solid #a6b866;
border-top: 1px solid #a6b866;
}
.sf-menu li :hover {
background-color: #eaf2b7;
border-left: 1px solid #a6b866;
border-top: 1px solid #a6b866;
I added the border entrys but it works only on the hover menu.
Can someone help me ?
*** EDIT ***
Ok ive found it out myself, its a litle bit "tricky" and confusing me but if i take a look back its rly easy.
Topic can be closed, thx