Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #285285

    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!

    #285286

    Hey bdaily!

    Can you post the link to your website so we can provide you accurate custom CSS code?

    Regards,
    Yigit

    #285474
    This reply has been marked as private.
    #285475

    Hey!

    Try adding this code to the Quick CSS:

    #tribe-events-footer a {
        color: #fb5f31 !important;
    }

    Cheers! 
    Josue

    #287725

    Thanks, but this only changes the footer links. What about all other links in contained in the plugin? They are still blue.

    #287754

    Try with this code:

    [class^='tribe'] a {
        color: #fb673c !important;
    }
    .tribe-events-ical.tribe-events-button {
        color: white !important;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.