Guest Posted September 11, 2020 Share Posted September 11, 2020 Site URL: https://gbgesport.se/arrangemang Hi! I'm looking for a way to customize the text on my event buttons. As for now they are in English (View Event) and it looks weird on a Swedish site. Help is much appreciated! Best, Liza Link to comment
tuanphan Posted September 12, 2020 Share Posted September 12, 2020 Add to Arrangemang Page Settings > Advanced > Header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function(){ $(".eventlist-button").html(function() { return $(this).html().replace("View Event", "New Text"); }); }); </script> IXStudio 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment