• Resolved fifthshield

    (@fifthshield)


    I have a pre-installation question. Can I also customize/change the button icon as per my need?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Christoph Nagel

    (@cmsgeek)

    Hi @fifthshield
    please sorry for my late response.

    This change is not yet possible in the plugin settings, but maybe a good idea for the next update.

    But you can change a little bit at the plugin code.

    In the floating-contact.php you find at line 148 the following:

    echo ‘ <i class=”fcb-icons”><span class=”dashicons dashicons-format-chat”></span></i>‘;

    The actual icon is one of the standart icons that wordpress used by itself, so that this plugin not needs extern icons.

    When you delete the <span class=”dashicons dashicons-format-chat”></span> part and replace it with your icon or image, this should worked.

    Please let me know if i can help you with this changes.

    Best regards
    Chris

    webimaniac

    (@webimaniac)

    I agree

    The current icon is a chat Icon, the icon should be an eMail icon

    Plugin Author Christoph Nagel

    (@cmsgeek)

    Okay, i get it.

    At https://calebserna.com/dashicons-cheatsheet/ you find every possible icon. Maybe dashicons-email-alt would be the right.

    When you change:
    echo ‘<i class=”fcb-icons”><span class=”dashicons dashicons-format-chat”></span></i>’;

    to
    echo ‘<i class=”fcb-icons”><span class=”dashicons dashicons-email-alt”></span></i>’;

    you can show your favorite icon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Button Icon’ is closed to new replies.