stawski Posted December 7, 2020 Share Posted December 7, 2020 Site URL: https://onsong.co.uk I would like to change where the logo points on my brine template site. I have tried various javascript solutions on the forums but none seem to work or I am implementing them wrong! Any suggestions gratefully received. Link to comment
tuanphan Posted December 8, 2020 Share Posted December 8, 2020 You mean right logo on cover page? 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
stawski Posted December 8, 2020 Author Share Posted December 8, 2020 Sorry, that was the temporary home page that I don't want the logo to link to! If you click through from there to any page (e.g. https://www.onsong.co.uk/home-1) then it's the logo that is sitting at the top in the middle Thanks Link to comment
Solution tuanphan Posted December 9, 2020 Solution Share Posted December 9, 2020 23 hours ago, stawski said: Sorry, that was the temporary home page that I don't want the logo to link to! If you click through from there to any page (e.g. https://www.onsong.co.uk/home-1) then it's the logo that is sitting at the top in the middle Thanks Add to Home > Settings > Advanced > Code Injection > Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('a.Header-branding, a.Mobile-bar-branding').attr('href','https://beaverhero.com'); }); </script> Replace beaverhero with new url. Disable Ajax Loading if the code doesn't work. stawski 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
stawski Posted December 14, 2020 Author Share Posted December 14, 2020 Works perfectly, thank you! 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