For some reason, my past events display the "View Event" button in list view, but my future or current events do not show this button. The theme we're using is extremely pared down -- it seems this button is easily edited on other templates.
I would like future events to show the "View Event" button as well. I am assuming this is a simple addition of code to the custom CSS window, but I can't even find what article to specify to make any modifications to the button. It's nested specifically under upcoming events, which adds a layer of confusion for me. Any help is appreciated!
EDIT: I was able to hide it on past events by adding a.eventlist-button.sqs-editable-button {display:none;} -- but I'd still rather it show on both future and past!
View Event Button on upcoming events
in Customize with code
Posted · Edited by tt-2020
Hi there,
For some reason, my past events display the "View Event" button in list view, but my future or current events do not show this button. The theme we're using is extremely pared down -- it seems this button is easily edited on other templates.
https://www.tradertoddsmarina.com/events
I would like future events to show the "View Event" button as well. I am assuming this is a simple addition of code to the custom CSS window, but I can't even find what article to specify to make any modifications to the button. It's nested specifically under upcoming events, which adds a layer of confusion for me. Any help is appreciated!
EDIT: I was able to hide it on past events by adding a.eventlist-button.sqs-editable-button {display:none;} -- but I'd still rather it show on both future and past!