• Resolved itmediajm

    (@itmediajm)


    I need help!

    Page: http://psychopraxisapm.de/events/

    1.The size of the event date in the list view is too small. On our page there is just one event per month and the eventdate is smaller than the month title. How can I change this? E.g. 14. Juli

    2.Is it possible to delete the whole search? On the top of my page there is the point “Veranstaltungen am” and you can search for a event, but i deactivated the search feature in the settings.

    Best regards from Germany, I’m looking forward to hearing from you, have a nice Sunday!

    https://wordpress.org/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi itmediajm!

    Try adding this to your theme’s style.css file to increase the font size:

    #tribe-events-content.tribe-events-list .vevent .cmsms_events_list_event_wrap .tribe-events-event-meta .time-details * {
      font-size: 15px; /* or whatever you want here for the size */
    }

    And, yes! You can remove the search feature similarly by adding this:

    #tribe-events-bar .tribe-bar-filters {
      display: none;
    }

    Cheers!
    Geoff

    Thread Starter itmediajm

    (@itmediajm)

    Hey Geoff,

    thanks for your reply! But the font-size won’t work 🙁 The search is away, but not on mobile devices. Do you have another workaround for my problems?

    Thanks for your help!

    Regards,
    Jonas

    Brook

    (@brook-tribe)

    Howdy Jonas,

    I am sorry to hear that’s not working right for you. The search disappeared for me on mobile as well. If that stock solution is not working, you might have to have your developer look at your site and craft a custom one. Or perhaps someone here would be willing to do that for you. I will definitely leave the topic open in case.

    Cheers!
    – Brook

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Date size and delete the search’ is closed to new replies.