• Resolved wpdv

    (@wpdv)


    Hi, After installing your plugin, the icon next to our phone number used to be a phone icon, next it has changed to Google’s G+ symbol. Please advise. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter wpdv

    (@wpdv)

    ketamine center (dot) org

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Actually, your “business-pro-theme” is doing that.

    In the style.css file, it has these:

    .bp-contact-card .bp-directions:before,
    .bp-contact-card .bp-phone:before,
    .bp-contact-card .bp-contact:before,
    .bp-contact-card .bp-booking:before,
    .bp-contact-card .bp-opening-hours-brief:before,
    .bp-contact-card .bp-opening-hours .bp-title:before {
    	font-family: 'Fontawesome';
    	width: 1em;
    	line-height: 0.9;
    }

    and this:

    .bp-contact-card .bp-phone:before {
    	content: '\f2b3';
    }

    That’s adding the google icon there, because that is what that character is in the fontawesome font.

    The “Business Profile” plugin that you’re using tries to set the same thing to the dashicons font, and the \f470 character, which is the iPhone looking icon.

    Thanks for the reply @otto42 !

    Marking this as resolved now.

    /Cristian.

    Thread Starter wpdv

    (@wpdv)

    Thank you both!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Our phone icon is now G+ icon’ is closed to new replies.