Hi
I would like to change the hover effect in the call to action buttons in slider in my site. I cannot find the code to do it!
Actually I want both to do the same hover….
http://adoblepagina.com/wordpress
I would appreciate any help
Miriam
Hey msattolo!
go with this code in Quick CSS:
#top .main_color .avia-color-theme-color:hover {
color: #666666;
background-color: white;
border-color: white;
}
Regards,
Andy
Than you Andy!