removing DETAILS from single event view

Home Forums Calendar Products Community Events removing DETAILS from single event view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1063199
    Edwin
    Participant

    Hello Tribe!

    I am trying remove the DETAILS section from Single Event View. I have read the Themer’s Guide extensively, but I can’t figure out which file to copy/move/edit. I have accomplished this successfully with other files, but this one is confusing. Thanks!

    Edwin

    • This topic was modified 10 years, 3 months ago by Edwin.
    • This topic was modified 10 years, 3 months ago by Hunter.
    • This topic was modified 10 years, 3 months ago by Hunter.
    #1063479
    Hunter
    Moderator

    Welcome back to the forums, Edwin!

    There are a few ways to hide/remove the “Details” section from your single event pages. The first is through CSS. Try adding the following code to your style.css file:

    .tribe-events-meta-group tribe-events-meta-group-details {
    display: none;
    }

    Your next option would be to overwrite the existing code through a template override (as you mentioned in your original post). The file you’ll need to look into is the-events-calendar/src/views/modules/meta/details.php.

    Hopefully this helps point you in the right direction! Let me know if there is anything else I can help with and have a great rest of your week 🙂

    #1064719
    Edwin
    Participant

    Thank you Hunter! I should mention that adding the CSS did not work, but overriding the file did. Perfect.

    #1066041
    Hunter
    Moderator

    Hey Edwin,

    Glad to hear one of the solutions worked for you 🙂

    I’ll go ahead and close this thread out, but please feel free to open a new one should you have any more questions. Have a great week and thanks for choosing PRO!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘removing DETAILS from single event view’ is closed to new replies.