Skip Navigation

[Resolved] Inserting an Icon into a Fields and Text block

This thread is resolved. Here is a description of the problem and solution.

Problem:

Is there a way to insert an icon into a fields and text block so that I can easily have icons inline with my text?

Solution:

If it is WordPress built-in icon, you can follow WP document to get the icon's HTML codes, copy/paste them into the "Fields and Text" block-> switch to HTML editor, for example:

https://toolset.com/forums/topic/inserting-an-icon-into-a-fields-and-text-block/#post-2022945

Relevant Documentation:

https://developer.wordpress.org/resource/dashicons/#welcome-write-blog

This support ticket is created 3 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by SeanR4675 3 years, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#2022791

Is there a way to insert an icon into a fields and text block so that I can easily have icons inline with my text?

#2022945

Hello,

Which icon do you want?
If it is WordPress built-in icon, you can follow WP document to get the icon's HTML codes, copy/paste them into the "Fields and Text" block-> switch to HTML editor, for example:

<span class="dashicons dashicons-welcome-write-blog"></span>

Above HTML codes are copied from WP document:
https://developer.wordpress.org/resource/dashicons/#welcome-write-blog
click link "Copy HTML"

#2023737

My issue is resolved now. Thank you!