changing link favicon image
Chris H
Registered Users Posts: 280 Major grins
I've created a custom link button to a directory site called 'Homify' and added it to the Facebook and LinkedIn icons at the bottom of my site:
http://www.chrishumphreys.net
However I'd like to change the standard 'link' button image with this one from the Homify site: and keep it the same size as the others.
Is this possible by adding some CSS code to the advanced section of the theme?
Thanks in advance
http://www.chrishumphreys.net
However I'd like to change the standard 'link' button image with this one from the Homify site: and keep it the same size as the others.
Is this possible by adding some CSS code to the advanced section of the theme?
Thanks in advance
0
Comments
SmugMug Support Hero
No joy I'm afraid. Have uploaded a correct size icon and used the code from the post you noted (tried both versions of the code for getting the original not to display), no luck as yet. Am I missing something? Here's the code I've used:
Become a fan of Chris Humphreys Photography
.sm-page-widget-social-links-link {
background-image: url("http://www.chrishumphreys.net/photos/i-n48DZtp/0/O/i-n48DZtp.png");
}
.sm-fonticon-LinkSquare:before {
display: none;
}
I think you'd still need to tweak the size of the Homify icon a bit, but that should replace the link icon with your custom one.
SmugMug Support Hero
No joy I'm afraid. I also tried adding !important to the 'display: none' line but it still doesn't work....
Become a fan of Chris Humphreys Photography
EDIT: I think I made a mistake, give me just a sec and I should be able to fix that.
SmugMug Support Hero
SmugMug Hero & CSS Monkey
https://help.smugmug.com/get-started-with-customization-SkgwJ4rM
Become a fan of Chris Humphreys Photography
That should do it!
SmugMug Support Hero
Become a fan of Chris Humphreys Photography