• Resolved velarde

    (@velarde)


    Hello.

    I’m trying out your plugin and created an event that I want to customize.
    I modified the page using Visual Composer and have it like I want it.

    1) The problem is that I want to hide all the Information in the bottom of my page that shows the Time, price and place. (I already have on top of the page)
    Ideally hide all that information block and all the space it occupies.

    2) Also would like to hide (if possible) the Google Calendar and Ical Export buttons.

    Here’s an image of what I mean:
    https://unities.com/v2/wp-content/uploads/event-customization.jpg

    Can this be accomplished using some css?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter velarde

    (@velarde)

    Also if possible with css the way to hide the information on the top where I have the Event name and date, etc ( leave only the link to all the events calendar)

    So maybe I can add the event information manually on my WordPress Editor

    Thread Starter velarde

    (@velarde)

    I played with the code and was able to do it myself. If someone else needs this:

    To hide the top part information (but the All Events link) use this code:

    .tribe-events-schedule { display: none !important;}
    .tribe-events-single-event-title { display: none !important;}

    To Hide The bottom information ( Buttons and Events Information ) use this:

    .tribe-events-event-meta { display: none !important;}
    .tribe-events-cal-links { display: none !important;}

    Thread Starter velarde

    (@velarde)

    . Solved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide elements from event page’ is closed to new replies.