Hi guys!
i would like to change the color of the button “shop now” on my full width image slider on home page and about page. it could be RED? how can we manage the effect on this button?
Thanks a lot for your help!
cheers
Mario
Hi Mario!
Add this to a codeblock element in the page.
<style type = "text/css">
.avia-slideshow-button {
border-color: red !important;
color: red !important;
}
</style>
Regards,
Elliott
THANK YOU VERY MUCH!!!
cheers
Mario