Site logo

Archived topic

Dashicon not displayed on footer widgets

2 replies · Started by George on February 25, 2020

Viewing posts 1–3 of 3

I have this custom HTML in one of the footer widgets:

<a href="#" class="button">Read Report<span class="dashicons dashicons-arrow-right-alt2"></span></a>

For some reason, the dashicon is not being displayed. It works on a normal editor.

Ok, sorted. Sorry about that!

add_action( 'wp_enqueue_scripts', function() {
    wp_enqueue_style( 'dashicons' );
} );

Glad you were able to figure out!

This archived topic is closed to new replies.