Happy knew year π i want to ask a question π what custom.css command should i use that would change the collors of the buttons in slideshow π?
mindaugasma Happy New Year π Yes you can override the color css Here is code
.acm-slideshow .slider-content-inner .btn {background-color:#000;}
Thanks alotπ but how to change the collor when i move the mouse over the button π i want it to make greent toπ and the buttons cntours make to white π?
mindaugasma Hi Use same code and apply value color on it. for hover add
.acm-slideshow .slider-content-inner .btn:hover{background-color:#000;color:#fff;}
Thanks alotπ you can close the tikcketπ