Guest2020 Posted May 4, 2020 Posted May 4, 2020 Site URL: https://www.cuisinesteam.ca/ Hello! I have a bilingual website and I’m trying to change the link on my logo icon on all pages in French. I’ve tried custom CSS I’ve found on this forum, but nothing works with my template (Rally). Note: I want the logo link to stay the same on all pages in English. Does anyone know of a page header code injection I could use? Thank you in advance for your help!
tuanphan Posted May 5, 2020 Posted May 5, 2020 Add to French Pages Settings > Advanced > Header Replace beaverhero with your french homepage <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { $(".Header-branding, .Mobile-bar-branding").attr("href", "https://beaverhero.com"); }); </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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.