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"/> Ainul, Create_Job and Unique_Website 2 1 Link to comment
Web_Solutions Posted April 10, 2022 Share Posted April 10, 2022 Welcome Unique_Website, Ainul and Create_Job 3 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