Reply To: Ajax Portfolio Title : Turning it Red/Orange on Hover


soulincode
Member

Great, thanks! I added on your transition code too so it’s smoother:

.ajax-portfolio-data h1 a:hover {
color:#E6412E;
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
}