Skip to content Skip to sidebar Skip to footer

A: Hover, Color Is Not Changing

A: HOVER doesn't apply the color change, only the background, even if I put there the !important . css menu .menu { padding: 0; margin: 0 auto; background: url(images/menu_re

Solution 1:

There are some wrong css comments in this part:

.menuullia small {
    display: block;
    font: normal 15px Arial, Helvetica, sans-serif;
    /color: #eea83b;
    / color: #fefefe;
    text-transform: none;
    padding: 0;
    margin: 0;
}

/color needs to look like: /*color: ... */.

Post a Comment for "A: Hover, Color Is Not Changing"