CLeving Posted February 4, 2021 Share Posted February 4, 2021 Site URL: https://www.researchforwellness.com/ I would like to add just a site logo icon to my existing site title. I have tried creating and loading a logo image (icon along with the site title words and tagline), but when I load that combined logo image, it always looks a bit fuzzy no matter how I save it, so I'd prefer to keep the existing site title text and tagline and then add just the icon itself to the left of the title text. Is there any way to accomplish that via any type of coding? Link to comment
tuanphan Posted February 5, 2021 Share Posted February 5, 2021 You want to add an icon above site title? 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
CLeving Posted February 6, 2021 Author Share Posted February 6, 2021 Originally, my thought was to add the icon to the left of the site title & tag line, but if it's an easier fix to add an icon centered above the site title, that will work! Link to comment
tuanphan Posted February 7, 2021 Share Posted February 7, 2021 On 2/6/2021 at 9:06 AM, CLeving said: Originally, my thought was to add the icon to the left of the site title & tag line, but if it's an easier fix to add an icon centered above the site title, that will work! Add to Design > Custom CSS h1.logo a:before { content: ""; background-image: url(https://cdn.pixabay.com/photo/2020/06/15/15/34/fog-5302291__340.jpg); display: block; background-size: contain; background-repeat: no-repeat; background-position: center center; width: 100px; height: 50px; text-align: center; margin: 0 auto; margin-bottom: 20px; } 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
CLeving Posted February 8, 2021 Author Share Posted February 8, 2021 I really appreciate your help, it looks terrific, that's exactly what I was looking for! As a not for profit informational website, I've slowly built this site on my own and am very grateful for the support of generous Squarespace community members like yourself! Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.