Hi, is it possible to remove the location and/or timespan in grid view with css, so that only the title and short description are showing? This is to ensure that the layout is less overwhelming and text-heavy.
If it cannot be remove, is it possible to style the text for timespan and location with css? I tried modifying the text settings in Tooltips but to no avail.
In the event that my client just want the location removed and just keep the timespan, is it possible? Just in case, so I won't be a bother next time :)
Hi, is it possible to remove the location and/or timespan in grid view with css, so that only the title and short description are showing? This is to ensure that the layout is less overwhelming and text-heavy.
If it cannot be remove, is it possible to style the text for timespan and location with css? I tried modifying the text settings in Tooltips but to no avail.
Any advice will be appreciated. Thanks so much!
Dom
Hi,
Open your theme/child-theme functions.php file and insert following filter:
Stachethemes Developer
Hi Zhivko,
Brilliant! Thanks so much for the snippet!
In the event that my client just want the location removed and just keep the timespan, is it possible? Just in case, so I won't be a bother next time :)
Cheers
Dominic
Hi,
This will keep only the date line:
Stachethemes Developer