Ainul Posted April 10, 2022 Share Posted April 10, 2022 I want to add two logo on the website. See the attached image. I have marked the position. Here is the logo link that I want to add: https://static1.squarespace.com/static/62528d1c85c2bc6ee8c78a20/t/62528ef268c2862301378978/1649577714088/SRivers%2Bshair1.png Website url: https://fife-armadillo-ltw5.squarespace.com/ PW: 123234 Link to comment
Solution Web_Solutions Posted April 10, 2022 Solution Share Posted April 10, 2022 Use this code on Settings > Advanced > Code Injection <!-- On header section --> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> <script> $(function(){ $('.header-title-logo a').append($('#logo2')) }); </script> <!-- On Footer section --> <img id="logo2" src="https://static1.squarespace.com/static/62528d1c85c2bc6ee8c78a20/t/62528ef268c2862301378978/1649577714088/SRivers%2Bshair1.png"/> Create_Job, Unique_Website and Ainul 2 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Web_Solutions Posted April 10, 2022 Share Posted April 10, 2022 Welcome Unique_Website, Create_Job and Ainul 3 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. 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