class="sliderBottomItem " olan kısımın yanına örneğin red yaz class="sliderBottomItem red"
ardından css'i
.red h3 a:hover,.red:hover
{
background: linear-gradient(to bottom, red, #2A2A2A);
color:red !important;
}
bu şekilde düzenle diğer renkler içinde bu işlemi yap örn class="sliderBottomItem yellow"
.yellow h3 a:hover,.yellow:hover
{
background: linear-gradient(to bottom, yellow, #2A2A2A);
color:yellow !important;
}