Home Forums Bizplan Pro Slider Question… Reply To: Slider Question…

#1060
keonthemes
Keymaster

Hello @draogn27 ,

Please copy and paste below code on Additional CSS section to change the hover color of the slider title.

.block-slider .slide-item .post-title h2 > a:hover,
.block-slider .slide-item .post-title h2 > a:focus,
.block-slider .slide-item .post-title h2 > a:active {
	color: #00C0FF !important;
}

Then, replace the color code depend on your requirement.

Thanks.

  • This reply was modified 5 years, 12 months ago by keonthemes.