.entry h2{ font-size:36px; color:#000; font-weight:800; } .entry h2:hover{ color:#f00; } with transition :* .entry h2:hover{ color:#f00; transition: all 0.3s ease; }