Home › Forums › Bizplan Pro › Slider Question… › Reply To: Slider Question…
April 4, 2018 at 7:18 am
#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 6 years, 8 months ago by keonthemes.