Jonas Lismont Posted September 2, 2015 Share Posted September 2, 2015 Hello everybody, I am trying to put a logo (PNG file) just after the text description on the banner of my Bedford template based website. To be clear, my goal is to replace the "Learn More" button with a PNG image of this landing page: http://www.squarespace.com/templates/?q=bedford Do you see any way I can do this? I have tried for a few hours without success. Thank you,Jonas Link to comment
Jonas Lismont Posted September 2, 2015 Author Share Posted September 2, 2015 I found a way. For those who are interested, I used the CSS background-image trick. Here is my code: .desc-wrapper { background-image: url(theurlofyourimage.png); background-size: 220px 40px; background-repeat: no-repeat; background-position: center; background-position: bottom; } Link to comment
geoffskierr Posted December 20, 2016 Share Posted December 20, 2016 this was helpful but is there a way to make it so that my image only appears on my homepage? Link to comment
lanamercedez Posted November 21, 2017 Share Posted November 21, 2017 @geoffskierr Remove it from your CSS, add before and after the code and put it into your page's Advanced - Page Header Code Injection section instead! :) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.