stephan Posted July 29, 2021 Share Posted July 29, 2021 (edited) Site URL: https://wherenext.com I've added custom title logos to several of our landing pages using the code below. This works well, but the custom logo image no longer links back to our home page. It renders without a link. How can I add a link to our custom logo images which refers back to our home page? <style> .logo-image { max-width: 100%; max-height: 145px; content: url("https://static1.squarespace.com/static/59aedca26f4ca3dec3bc4f2a/t/6102fe29600d630b7de80e8d/1627586089573/Colombia_Production_Company.png") !important; } .mobile-logo-image { max-width: 100%; max-height: 124px; content: url("https://static1.squarespace.com/static/59aedca26f4ca3dec3bc4f2a/t/6102fe29600d630b7de80e8d/1627586089573/Colombia_Production_Company.png") !important; </style> Edited July 29, 2021 by stephan Link to comment
tuanphan Posted July 30, 2021 Share Posted July 30, 2021 Use this code <style> .logo-image a { max-width: 100%; max-height: 145px; content: url("https://static1.squarespace.com/static/59aedca26f4ca3dec3bc4f2a/t/6102fe29600d630b7de80e8d/1627586089573/Colombia_Production_Company.png") !important; } .mobile-logo-image a { max-width: 100%; max-height: 124px; content: url("https://static1.squarespace.com/static/59aedca26f4ca3dec3bc4f2a/t/6102fe29600d630b7de80e8d/1627586089573/Colombia_Production_Company.png") !important; </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
stephan Posted July 30, 2021 Author Share Posted July 30, 2021 Brilliant!. Such a simple fix: call out the <a> attribute. Thank you, @tuanphan. Link to comment
stephan Posted October 15, 2021 Author Share Posted October 15, 2021 Hi @tuanphan, Thank you for responding and pointing out the bugs. I moved the comment text within the script code. We are rebuilding this site on 7.1, so the remaining minor issues will not be addressed. I've posted questions on another thread looking for a solution to our blog header issues for the new site. tuanphan 1 Link to comment
tuanphan Posted October 17, 2021 Share Posted October 17, 2021 On 10/16/2021 at 12:38 AM, stephan said: Hi @tuanphan, Thank you for responding and pointing out the bugs. I moved the comment text within the script code. We are rebuilding this site on 7.1, so the remaining minor issues will not be addressed. I've posted questions on another thread looking for a solution to our blog header issues for the new site. Okay. If you need help with any problems, just reply here or create new topic Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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