SolveigTraeet Posted January 12, 2021 Share Posted January 12, 2021 Site URL: https://caper-badger-3s6d.squarespace.com 1. I want a separate logo, just for my homepage (which is an unlinked page): url: https://caper-badger-3s6d.squarespace.com same page as https://caper-badger-3s6d.squarespace.com/home password: home 2. I also want to move the logo in my homepage to the middle of the page, without it happening on all my other pages? Can anyone help me? Link to comment
tuanphan Posted January 17, 2021 Share Posted January 17, 2021 Do you still need help on this? 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
SolveigTraeet Posted January 21, 2021 Author Share Posted January 21, 2021 On 1/17/2021 at 3:26 AM, tuanphan said: Do you still need help on this? @tuanphan Yes I do. Can you help me? I want the homepage (unlinked page) to look like this: Separate logo in the middle of the page, just for my homepage. Link to comment
SolveigTraeet Posted January 23, 2021 Author Share Posted January 23, 2021 On 1/17/2021 at 3:26 AM, tuanphan said: Do you still need help on this? On 1/21/2021 at 4:27 PM, SolveigTraeet said: @tuanphan Yes I do. Can you help me? I want the homepage (unlinked page) to look like this: Separate logo in the middle of the page, just for my homepage. @tuanphan Do you have capacity to help me today? Link to comment
tuanphan Posted January 24, 2021 Share Posted January 24, 2021 Add this to Home page Settings > Advanced > Header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-title-logo img').attr('src','https://cdn.pixabay.com/photo/2020/12/03/16/58/sunset-5801050__340.jpg'); }); </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
SolveigTraeet Posted January 24, 2021 Author Share Posted January 24, 2021 On 1/24/2021 at 3:22 AM, tuanphan said: Add this to Home page Settings > Advanced > Header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('.header-title-logo img').attr('src','https://cdn.pixabay.com/photo/2020/12/03/16/58/sunset-5801050__340.jpg'); }); </script> @tuanphan Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.