Title: Button Icon &#8220;right&#8221;
Last modified: December 14, 2021

---

# Button Icon “right”

 *  Resolved [Bernardo Klock](https://wordpress.org/support/users/bernardklock/)
 * (@bernardklock)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/button-icon-right/)
 * Hello guys!
 * I’m trying to use a material icom within the button. I’m using this code but 
   it isn’t working:
 * <span class=’material-icons’>keyboard_arrow_right</span>
 * It is showing as text together with the next or back button.
 * Is there a better way to put an icon inside the button?
 * Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Ninja Team](https://wordpress.org/support/users/ninjateam/)
 * (@ninjateam)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/button-icon-right/#post-15164521)
 * Hi [@bernardklock](https://wordpress.org/support/users/bernardklock/)
 * Please make sure that you have added material icon library before adding the 
   code.
    Let us know if it helps. Cheers!
 *  Thread Starter [Bernardo Klock](https://wordpress.org/support/users/bernardklock/)
 * (@bernardklock)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/button-icon-right/#post-15165933)
 * Yes, it is added to the site by “Material Design for Contact Form 7 Premium” 
   plugin. Added by Oxygen builder SVG stes too.
 * Any other easy way to display a icon into the button?
    Thanks again.
 *  Plugin Author [Ninja Team](https://wordpress.org/support/users/ninjateam/)
 * (@ninjateam)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/button-icon-right/#post-15168298)
 * Hi [@bernardklock](https://wordpress.org/support/users/bernardklock/)
 * You can use this hook to add material library
 *     ```
       add_action( 'wp_enqueue_scripts', 'example_add_material_icon' );
       function example_add_material_icon() {
       		wp_register_style( 'Material_Icon', 'https://fonts.googleapis.com/icon?family=Material+Icons' );
       		wp_enqueue_style( 'Material_Icon' );
       	}
       }
       ```
   
 * If it does not work, could you send us that “Material Design for Contact Form
   7 Premium” plugin to check please?
 *  Plugin Author [Ninja Team](https://wordpress.org/support/users/ninjateam/)
 * (@ninjateam)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/button-icon-right/#post-15291734)
 * Hi there,
 * We have not heard back from you, let me mark this as resolved.
    If you still 
   would like to get support, kindly open a new thread.
 * Best regards,
    Kelly

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Button Icon “right”’ is closed to new replies.

 * ![](https://ps.w.org/cf7-multi-step/assets/icon-256x256.png?rev=2775701)
 * [Multi Step for Contact Form 7](https://wordpress.org/plugins/cf7-multi-step/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-multi-step/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-multi-step/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-multi-step/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-multi-step/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-multi-step/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Ninja Team](https://wordpress.org/support/users/ninjateam/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/button-icon-right/#post-15291734)
 * Status: resolved