Homeward Posted July 1, 2022 Share Posted July 1, 2022 Site URL: http://www.homewardrestoration.com Hi all, Does anyone know how to add hyperlinks to list titles so that I can link them to another section of my site? Thanks Password: 15367 Link to comment
tuanphan Posted July 1, 2022 Share Posted July 1, 2022 First, edit List Title use this format 5% non-refundable <a href="https://google.com">deposit</a> Next, add this code to Last Line in Settings > Advanced > Code Injection > Footer <script> $(document).ready(function(){ $(".list-item-content__title").each(function(){ $(this).html($(this).text()); }); }); </script> 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