Jasminda Posted May 15 Share Posted May 15 I'm trying to link my site title to a page that is not set as my homepage. I'm using the brine template. Any help would be appreciated. Thank you. Link to comment
tuanphan Posted May 16 Share Posted May 16 Can you share your site url? We can check problem easier. But I think this is possible with some custom code. 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!) Link to comment
Jasminda Posted May 16 Author Share Posted May 16 Hi Tuanphan, Here's the url https://handmaidmag.co.uk/ Link to comment
tuanphan Posted May 17 Share Posted May 17 17 hours ago, Jasminda said: Hi Tuanphan, Here's the url https://handmaidmag.co.uk/ Add to Website > Website Tools > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function() { $('a.Header-branding, a.Mobile-bar-branding').attr('href','/homepage'); }); </script> 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!) Link to comment
Jasminda Posted May 20 Author Share Posted May 20 Is there anyway to use this code in the custom CSS instead of the code injection part of the websie tools? Link to comment
Solution tuanphan Posted May 22 Solution Share Posted May 22 On 5/20/2024 at 7:14 PM, Jasminda said: Is there anyway to use this code in the custom CSS instead of the code injection part of the websie tools? No way with CSS code. But you can add this code via Markdown Block. Just edit Footer > Add a Block > Choose Markdown > Then paste the code 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!) Link to comment
Jasminda Posted May 22 Author Share Posted May 22 It worked! Thank you, I appreciate your help. 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