• Resolved vibroscope

    (@vibroscope)


    Age groups does not apply to the events I’m trying to add so I’m looking for a way to hide them. I can see one other post about this which states to hide the section via custom CSS but I’ve not been able to do that. Can anyone provide the exact CSS code needed to hide the age group section? Here is my current code:

    /* Hide Age Groups */
    .ep-single-age-group ep-pb-2 {
    display: none !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support EventPrime Support

    (@eventprimesupport)

    Thank you for reaching out to us.

    To hide the age group section, please follow these steps:

    1. Navigate to your WordPress dashboard.
    2. Go to “Events” -> “Settings”.
    3. Click on the “Frontend Views” tab.
    4. Under the “Event” subtab, enable the option labeled “Hide Age Group Section”.

    Enabling this option will hide the age group section in the sidebar of the event page. Please note that event age groups are set through the parent event types.

    If you have any further questions, please don’t hesitate to reach out to us.

    Thread Starter vibroscope

    (@vibroscope)

    Thank you! I totally missed those sub-menus when looking throughout settings for this option.

    Thread Starter vibroscope

    (@vibroscope)

    Is it a bug or intentional that it does not hide the age group section from the event types area?

    Plugin Support EventPrime Support

    (@eventprimesupport)

    To remove age group from single event type page please navigate to the “Events -> Settings” sub-menu select the “Custom CSS” tab, and place the below-mentioned CSS in the TextArea and save changes.

    .ep-event-type-details-section .ep-single-age-group{
     display: none;
    }

    Note: Enabling the Hide age group section removes age group from single event page.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.