Hi there,
Thanks for reaching out.
By default the label for this section is “BUY TICKETS”, so it seems that it’s already been modified on your site to show “VIRTUAL LINK”
You can edit the text label by going to the settings for GigPress from your WordPress dashboard, and changing the “Buy tickets label:” option to whatever text you want to appear there, then saving the changes you’ve made. We currently don’t have support for using images instead of text.
Let me know if you have any other questions.
Best regards,
Marho
Thanks for the information!
What would the file names be if I would like to add a hyphen after the event details, and move the “BUY TICKETS” to “buy tickets” and up to the previous line. https://midwestblues.org/ and https://midwestblues.org/events/
What I have now:
10/22/21
Steve Earle in Stoughton, WI at Stoughton Opera House
BUY TICKETS
What I’d like it to be:
10/22/21
Steve Earle in Stoughton, WI at Stoughton Opera House – buy tickets
Hi @westonjeff,
Hope you are doing well.
You can make desire changes by overriding the following template file,
\wp-content\plugins\gigpress\templates\sidebar-list.php
Line 25 of the file is parsing venue where lines through 26 to 28 are parsing ticket link.
Hope this helps.