• Resolved ernsttraag

    (@ernsttraag)


    I’ve set a menu-item to link directly to a facebook page. I’ve set the label for the menu correctly, but it shows a facebook icon instead of the label.

    View post on imgur.com

    I don’t have any social media plugins installed, and don’t see any option in theme settings to allow this ‘feature’.
    Any suggestions on how to fix this?

    • This topic was modified 5 years, 5 months ago by ernsttraag.
Viewing 4 replies - 1 through 4 (of 4 total)
  • 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?

    Thread Starter ernsttraag

    (@ernsttraag)

    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.

    Thread Starter ernsttraag

    (@ernsttraag)

    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;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu shows facebook icon instead of menu label’ is closed to new replies.