I am trying to create a menu with CSS using only icons for the links. I do not want to show any text just the icons. I also need to have the icons change color when hovered and when active, basically change to different icon color images. Any help is GREATLY appreciated. I have been pulling my hair out and I know this is not as difficult as it seems but I am a rookie at this stuff trying to learn. This is what my html for my menu looks like:

Comments

imaginet’s picture

sorry about the links. Here they are.

<ul class="links-menu">
<li>
<a class="active" href="/momogonow.com/">Home</a>
</li>
<li>
<a href="/momogonow.com/restaurants">Restaurants</a>
</li>