Hi,
What’s the best way to have more control over the button on the slideshow full width for color, text and size?
Didier
Hi dhuet!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .avia-slideshow-button.avia-color-light {
color: green;
background-color: red;
border-color: orange;
font-size: 20px;
}
Regards,
Yigit
perfect!