Dashicons not working after changing wordpress URL
-
Hi,
Dashicons are not showing up in my website after changing the site address URL in wordpress.
Tried to enqueue the following. But no luck.
Kindly guide me to resolve the issue.[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
add_action( 'wp_enqueue_scripts', 'mytheme_scripts' );
function mytheme_scripts() {
wp_enqueue_style( 'dashicons' );
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Dashicons not working after changing wordpress URL’ is closed to new replies.