customize google calendar & ical export button

Home Forums Calendar Products Events Calendar PRO customize google calendar & ical export button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1234357
    Vanina
    Participant

    Hi , how can I customize the hover color of these 2 buttons

    tks

    #1234463
    George
    Participant

    Hey Vanina!

    Thanks for reaching out.

    Doing this requires writing custom CSS, which we are not able to help with.

    Please read this page for more information on that → https://theeventscalendar.com/knowledgebase/what-support-is-provided-for-license-holders/


    While it’s true that we cannot help with customizations or design tweaks, I would love to at least provide a quick example to help you get started here 😀


    /* Make the export links orange. */
    div.tribe-events-cal-links a.tribe-events-button {
    background: #cc9900 !important;
    }

    /* Make the export links red when hovered. */
    div.tribe-events-cal-links a.tribe-events-button:hover,
    div.tribe-events-cal-links a.tribe-events-button:focus {
    background: red !important;
    }

    Best of luck with your customizations!

    George

    #1234486
    Vanina
    Participant

    Great tks George !

    #1235575
    George
    Participant

    😀

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘customize google calendar & ical export button’ is closed to new replies.