Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
It’s either an issue in your theme or a plugin you’re using. Have you narrowed that down?
It seems to be a theme issue. I’m using Ultra Premium. I’ve contacted their support, since I can’t find anything anywhere in the theme files or settings.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Great, let us know what they come back with. If you’re comfortable with posting your site then we can take a peek into it, but note that you cannot edit your post after 30 minutes or so.
It turned out it was a simple CSS issue. Must’ve skipped past it.
Had to add this to CSS:
.menu a[href*="facebook.com"]:before {
content: none;
}
.menu a[href*="facebook.com"] {
color: white !important;
font-size: 0.8em !important;
}