Maria22 Posted July 14, 2021 Share 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 Link to comment
tuanphan Posted July 15, 2021 Share 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 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
Maria22 Posted July 16, 2021 Author Share Posted July 16, 2021 Thank you tuanphan. I've decided to make it simpler and just use image blocks instead of portfolio. tuanphan 1 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