Custom Icon
-
I’m an idiot when it comes to CSS… but I’ve spent the better part of a few days trying to get this right and using my novice skills to make this happen, but to no avail.
I have a realtor.com profile:
https://www.realtor.com/realestateagents/Joe-Gattone_Lake-Forest_IL_2050288_681334226I want this photo as the icon for the link to my profile on the social menu:
https://a4.mzstatic.com/eu/r30/Purple30/v4/67/9b/09/679b0909-7b6f-827b-2bbd-2debc9d36c92/icon175x175.pngThe current icon I see is a standard bullet… this is the style code I see when I identify the bullet link:
@media screen and (min-width: 32.375em)
#hero-header .social-navigation ul.menu li a:before {
font-size: 1.875rem;
}#hero-header .social-navigation ul.menu li a:before {
font-size: 1.688rem;
}
.social-navigation li a:before {
content: “\f428”;
display: inline-block;
font-family: ‘Genericons’;
font-size: 1.625rem;
padding: 0 5px;
vertical-align: middle;
}The HTML code has several other items that highlight just the bullet icon, and lists my profile link, but when I hover over the style lines they all highlight more than just the bullet icon.
And then the kicker… once I get the CSS code, do I put it in the Customized CSS section?
Thanks,
Joe
- The topic ‘Custom Icon’ is closed to new replies.