CMS Development

dzoladz
Participant | Platinum Partner
Participant | Platinum Partner

Css: content: '\44'; is an icon, where is \44 being referenced

The content css below represents an icon. The problem is I don't know where \44 is being referenced or associated to an icon. If I change it to a random number, the icon changes if there is a match.  Does anyone know where this is located in HubSpot? I've checked all the css files, templates, etc. with no luck. I need to add another icon to the list to reference. 

 

.hs-service-section-1 .hs-menu-wrapper ul li a.virtualciovcio:before {
content: '\44';
}

Screen Shot 2024-08-27 at 8.50.34 AM.png

Thanks!

0 Upvotes
5 Replies 5
melindagreen
Contributor | Platinum Partner
Contributor | Platinum Partner

Css: content: '\44'; is an icon, where is \44 being referenced

@BarryGrennan is there any call to a font foundry/library in the code? TypeKit, MyFonts, Google Fonts, etc?

The file you see might be a false positive..... 

Freepik has something called LMT icons, but I don't know anything about how that's used or whether it's related or not.

Screenshots of a couple of the icons might help.

0 Upvotes
BarryGrennan
Guide

Css: content: '\44'; is an icon, where is \44 being referenced

Try examining the before element/icon using Chrome's dev tools. Look for the font-family.

 

Alternatively send us a link.


profile2022aBarry Grennan

Freelance HubSpot CMS Developer

Website | Contact | LinkedIn

 

 

dzoladz
Participant | Platinum Partner
Participant | Platinum Partner

Css: content: '\44'; is an icon, where is \44 being referenced

I'm seeing font-family: 'lmt' !important; before the element/icon. There is a font file lmt in design manager but it seems to be empty. Is there a way to examine/edit that file that I'm missing? Thanks.

0 Upvotes
coldrickjack
Guide

Css: content: '\44'; is an icon, where is \44 being referenced

Hey @dzoladz,

 

What theme are you using? 

0 Upvotes
dzoladz
Participant | Platinum Partner
Participant | Platinum Partner

Css: content: '\44'; is an icon, where is \44 being referenced

The theme was custom built via HubSpot's boilerplate. 

0 Upvotes