Dropdown Menu Doesn't Show Correct Icon

Hi,

  1. That will be the solution, if you don’t want the .htaccess solution, then try this CDN solution, https://colorlibsupport.com/t/links-to-font-awesome-broken/#post-117752

  2. Second solution, Add this in the .htaccess

<FilesMatch "\.(ttf|ttc|otf|eot|woff)$">
    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>
</FilesMatch>

Let us know,

Thanks,
laranz.