Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
body .swiper-slide .button.transparent:nth-child(1) a {
color: #ff5c5c!important;
border-color: #ff5c5c!important;
}
body .swiper-slide .button.transparent:nth-child(2) a {
color: #ff5c5c!important;
border-color: #ff5c5c!important;
}
Hey again Greg!
Enter this into your custom css box in the theme options panel:
body .swiper-slide .button.transparent a { color: #ff5c5c!important; border-color: #ff5c5c!important; }Cheers :)
Is there a custom CSS for changing just one of the transparent buttons\' color instead of both of them?
Hey ,
body .swiper-slide .button.transparent:nth-child(1) a { color: #ff5c5c!important; border-color: #ff5c5c!important; } body .swiper-slide .button.transparent:nth-child(2) a { color: #ff5c5c!important; border-color: #ff5c5c!important; }
Best.
Salient Support Team