Hi,
Is there CSS code which would permit me to customize the color of links and mouseover for The Events Color plugin? The default color for links for this plugin is blue which does not match the enfold theme color scheme.
Thanks!
Hey bdaily!
Can you post the link to your website so we can provide you accurate custom CSS code?
Regards,
Yigit
Hey!
Try adding this code to the Quick CSS:
#tribe-events-footer a {
color: #fb5f31 !important;
}
Cheers!
Josue
Thanks, but this only changes the footer links. What about all other links in contained in the plugin? They are still blue.
Try with this code:
[class^='tribe'] a {
color: #fb673c !important;
}
.tribe-events-ical.tribe-events-button {
color: white !important;
}