• Resolved André PICCA

    (@chupika)


    Hi

    I’d like to hide the +ICal export link in a single event view as described in the documentation by adding the following code to the bottom of my theme’s style.css file:

    body.single-tribe_events .tribe-events-cal-links a.tribe-events-ical {
    display: none !important;
    }
    Unfortunately , this does not work with the current version of the plugin. Is it normal?
    Any solution will be welcomed. -Thanks for your support-
    André Picca

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ed

    (@erishel)

    Hey there,

    Thanks for reaching out ??

    This code seems to be working for me:

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

    You may want to check out our Themer’s Guide and apply a style override.

    Take care,
    Ed ??

    Hey there,

    Since this topic has been inactive for a while, I’m going to go ahead and mark as resolved. Don’t hesitate to reopen or create a new topic if you still need help! ??

    Take care,
    Ed ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hiding the + ICal Export link’ is closed to new replies.