• 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)
  • Sorry to be daft, but sometimes it’s just a matter of caching.

    As in, your browser gets stuck thinking the old URL still has the goods.

    If you view source and check out the relevant stylesheet, does it actually link to a file?

Viewing 1 replies (of 1 total)
  • The topic ‘Dashicons not working after changing wordpress URL’ is closed to new replies.