Remove Google Calander and ICAL links

Home Forums Calendar Products Events Calendar PRO Remove Google Calander and ICAL links

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1437240
    jsan356
    Participant

    I have tried adding the suggested edit below to my themes style.css but it is not working.

    body.single-tribe_events .tribe-events-cal-links a.tribe-events-gcal {
    display: none !important;

    #1438870

    Hi Jeremy,

    Thanks so much for reaching out!

    Make sure you add the closing bracket as well, like this:
    body.single-tribe_events .tribe-events-cal-links a.tribe-events-gcal {
    display: none !important;
    }

    Let me know how that goes!

     

    Thanks,

    Jaime

     

    #1438899
    jsan356
    Participant

    Hi Jaime,

    That was a copy and paste error on my part. The bracket is included in the css file and is still not working.

    Thanks

    #1439592

    Hi Jeremy,

    When I add this CSS, I see that the Google Calendar link is removed from the Single Event page.  Do you see the same thing?  You can also remove the iCal link by adding the following CSS as well:
    a.tribe-events-ical {
    display: none !important;
    }

    Let me know how that goes!

     

    Thanks,

    Jaime

    #1439620
    jsan356
    Participant

    Thanks!! That worked for me.
    a.tribe-events-ical {
    display: none !important;
    }
    a.tribe-events-gcal {
    display: none !important;
    }

    #1439629

    Glad we could help, you are welcome back in our support forums any time!

    Since your issue has been resolved, I am going to close this thread.

    Have a great week!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove Google Calander and ICAL links’ is closed to new replies.