- Acme Themes

Best Premium and Free WordPress Themes Forums Education Base Pro slideInUp3 btn Color and Animation on Hover Reply To: slideInUp3 btn Color and Animation on Hover

#105264
acmethemes
Keymaster

Dear Lana Myers,
Please update the given CSS code below:
To change the background color on hover use the CSS below :
.slideInUp3:before{
background-color: #6AAA4C !important;
}

For other CSS
.slideInUp3:hover{
border-radius: 50px;
line-height: 50px;
border: 1px solid #FFFFFF;
}

Best Regards!