In the Nectar Slider buttons I would like my button to be transparent with a white solid border (or grey) and then the border to change to green when hover.
That option isn't available and I added this CSS code :
.swiper-slide .button.transparent a, .swiper-slide .button.transparent_2 a:hover { border-color:#4eb960; background-color:transparent !important;
}
It's actually doing the opposite : green border and white when hover.
Hi,
In the Nectar Slider buttons I would like my button to be transparent with a white solid border (or grey) and then the border to change to green when hover.
That option isn't available and I added this CSS code :
.swiper-slide .button.transparent a,
.swiper-slide .button.transparent_2 a:hover {
border-color:#4eb960; background-color:transparent !important;
}
It's actually doing the opposite : green border and white when hover.
Thanks for your help !
Hi LemonThink,
Can we have a link to your website so that we see possible css for that.
Thanks.
Hi Andrew,
Absolutely, here is the link : http://dev.lemonthink.fr/
Thanks
Sophie
Hi Sophie,
Use the following custom css:
Hope this helps.
That works ! Thanks you Andrew !