Maria22 Posted July 14, 2021 Posted July 14, 2021 Site URL: https://5trainingbiotechandpharma.co.uk Hi I've set up a portfolio page as the landing page. How do I link the header logo on each project page to a different page (I don't want it to link back to my portfolio/landing page)? I have no background on CSS. But after reading posts and forums, I sort of have an idea to do this in Design - Custom CSS, then insert page ID. However, the codes I've seen are for ordinary pages and do not work for a project page. Many thanks for your help. password: 5TMain
tuanphan Posted July 15, 2021 Posted July 15, 2021 Edit each project page >>> Add a Code Block (under project page title) >> paste this code <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-title-logo a').attr('href','https://beaverhero.com'); }); </script> replace beaverhero with new url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Maria22 Posted July 16, 2021 Author Posted July 16, 2021 Thank you tuanphan. I've decided to make it simpler and just use image blocks instead of portfolio.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.