jackrbenson Posted April 13, 2018 Share Posted April 13, 2018 Hello, what's the code injection required to alter the logo linking URL in tremont? I'm aiming to have a splash page as the website landing page, but within all the other pages use the logo to return to a different page (the real home page). Thanks! Jack Link to comment
dimsk Posted April 13, 2018 Share Posted April 13, 2018 Hey Jack, For this with jQuery you can update the /home/ to the URL slug you want it to lead to. Add this code into the footer Code Injection in Settings > Advanced > Code Injection <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script> $('a[href="/"]').attr("href", "/home/"); </script> Hope that helps! Link to comment
ReneeBreathe Posted July 16, 2020 Share Posted July 16, 2020 Can anybody help me figure this out for Ver. 7.1? I can't figure it out..... Link to comment
tuanphan Posted July 16, 2020 Share Posted July 16, 2020 10 hours ago, ReneeBreathe said: Can anybody help me figure this out for Ver. 7.1? I can't figure it out..... replace a[href="/"] with Quote a#site-title 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
Archived
This topic is now archived and is closed to further replies.