I'd be eternally grateful if anyone could help me edit the text of the "View Event" button and the "Back to All Events" link. I'd like to replace this text with something.
Thank you so much in advance to any customisation gurus out there! 🙂
You can add the following JS below.
Features:
Update the value of the eventButtonText['default'] variable to update all buttons.
Target individual buttons using the eventButtonText[&
You can try something like the following.
$( '.eventitem-backlink' ).attr ( 'href', '/workshops' );
This is for a v7 site using a Brine family template.
That targets the class of the link.
Question
therealmiguel 0
Site URL: https://miguelmateas.com/daily-science-picks
Hi there!
I'd be eternally grateful if anyone could help me edit the text of the "View Event" button and the "Back to All Events" link. I'd like to replace this text with something.
Thank you so much in advance to any customisation gurus out there! 🙂
Miguel
Link to post
Top Posters For This Question
2
2
2
2
Popular Days
Jun 9
2
Sep 26
2
Sep 3
2
Sep 30
2
Top Posters For This Question
therealmiguel 2 posts
tuanphan 2 posts
MayaViolet 2 posts
creedon 2 posts
Popular Days
Jun 9 2020
2 posts
Sep 26 2020
2 posts
Sep 3 2020
2 posts
Sep 30 2020
2 posts
Popular Posts
jpeter
You can add the following JS below. Features: Update the value of the eventButtonText['default'] variable to update all buttons. Target individual buttons using the eventButtonText[&
creedon
You can try something like the following. $( '.eventitem-backlink' ).attr ( 'href', '/workshops' ); This is for a v7 site using a Brine family template. That targets the class of the link.
MayaViolet
That did it! Thank you thank you thank you!
Posted Images
12 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment