Delete buttons on event page and events post

Home Forums Calendar Products Events Calendar PRO Delete buttons on event page and events post

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1192420
    Minori
    Participant

    Hello!

    I’d like do delete the +export listed button as well as the +ical export and +google calendar buttons on the event post. Is there a way to do so?

    Thank you

    Nora

    #1192893
    Hunter
    Moderator

    Hello, Nora 🙂

    I would be happy to help! Try adding the following code wherever you normally handle CSS changes. This is typically by editing your theme’s style.css file or if your theme author has included a section for CSS, try adding it there. Please let me know how it works out and thanks for choosing PRO. Cheers!


    .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-gcal {
    display:none!important;
    }

    #1193759
    Minori
    Participant

    Hello! Thank you for your quick answer! I’ve changed the style.css file as well as copied the code onto the css theme editor and nothing happened. I would like to as as well if it’s possible to display the events navigation (from previous to next) on top of the events instead of the bottom. Thank you so much!!

    Nora

    #1194046
    Hunter
    Moderator

    Hey Nora,

    Sorry to hear it didn’t work out. I took a look at your site to see if I could help further assist, but I’m not seeing any export Google/iCal Export buttons on your single event pages. Did you end up getting them hidden after all? If not, try right-clicking your mouse and opening the ‘Inspect’ tool. From there, you can identify the specific CSS class/ID you’ll need, then use CSS “display:none;” to hide the export buttons.

    To alter where the events navigation lies, please review our Themer’s Guide as it provides insight on how to create and properly save customizations. We are fairly limited on the amount of support we can provide when it comes to customization requests, but please let me know if you get caught up along the way and I’d be happy to help further assist.

    Thanks and best of luck. Cheers!

    #1203909
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Delete buttons on event page and events post’ is closed to new replies.