thatguy Posted March 23, 2020 Share Posted March 23, 2020 Site URL: https://wolf-carnation-plnt.squarespace.com/ So if you look at the right side of the header on this site you will see 3 logos. One for Facebook, one for Yelp and the one that is just a generic link. That link goes to the business's Google page! I did a live chat with a Squarespace rep and they told me Google icons are not an option. This is ridiculous if you ask me. I need to figure out a way to import the Google icon in the place of the generic link icon. Any ideas? Link to comment
tuanphan Posted March 25, 2020 Share Posted March 25, 2020 You can use CSS to solve this. But can you share link to your site first? Your site is private, no one can access. 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
thatguy Posted April 3, 2020 Author Share Posted April 3, 2020 @tuanphan I realized the site is not quite ready to be published so I have held off on that. I did figure out how to select the links with CSS, but I am not sure how to change their icon? All my searches keep coming to the conclusion that I need to change the html. How would you do this with just CSS? Link to comment
tuanphan Posted April 3, 2020 Share Posted April 3, 2020 You can setup password & share url 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
sacdeezy Posted May 14, 2020 Share Posted May 14, 2020 Was there a solution for this? I have the exact same issue outstanding. https://getimagenow.com. In the footer you'll see a generic link where my GMB icon could/should be. Thx! Stephen Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 4 hours ago, sacdeezy said: Was there a solution for this? I have the exact same issue outstanding. https://getimagenow.com. In the footer you'll see a generic link where my GMB icon could/should be. Thx! Stephen Add to Cover Page Settings > Advanced > Header <style> .icon-wrapper.url { background-image: url(https://beaverhero.com/wp-content/uploads/2020/05/artboard-1-.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; } .icon-wrapper.url svg { visibility: hidden; } </style> Replace with your icon url 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.