Tagged: Buttons, colour, transparent
Hi Team,
how can I change the border colour of the translucent buttons (dark and white transparent) in the slider?
Thanks and cheers,
Jan
Hi jansthh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-slideshow-button.avia-color-light {
border-color: red;
}
Regards,
Yigit
Hi Yigit,
great thank you!!
And the Button Text colour of the translucent buttons? :))
Cheers,
Jan
Hi!
Please add following code to Quick CSS as well
#top .avia-slideshow-button.avia-color-light {
color: red;
}
Best regards,
Yigit
Thanks Yigit! You are the best :)))
Jan