How would I make the buttons in the revo slider bigger and also change the hover color from blue to yellow? Is there a css that I need to change?
Here is a screenshot
This topic has 5 replies, 3 voices, and was last updated 10 years, 2 months ago ago by Jack Richardson
How would I make the buttons in the revo slider bigger and also change the hover color from blue to yellow? Is there a css that I need to change?
Here is a screenshot
Hello,
Please use this css code:
.tp-caption a.btn {
font-size: 15px !important;
padding: 10px 20px !important;
}
.tp-caption a.btn:hover {
background-color: black !important;
}
Regards,
Eva Kemp.
Thank you that looks awesome
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Make buttons bigger in revo slider and change hover color?’' has been successfully resolved, and the topic is now closed for further responses