The website is here!
try this…
a { text-decoration: none; color: #2f2f2f; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
#categories ul li a { text-decoration: none; }
You must be logged in to post a comment.
try this…
a {
text-decoration: none;
color: #2f2f2f;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#categories ul li a {
text-decoration: none;
}