Hi,
On my theme, the down arrows in my header and on my hero modules are showing as rectangles.
Anyone have any idea how I can fix this please? Link to website is https://ame-3d.co.uk/
Hi,
On my theme, the down arrows in my header and on my hero modules are showing as rectangles.
Anyone have any idea how I can fix this please? Link to website is https://ame-3d.co.uk/
@HBarden - I spent a few hours recently trying to update a fontawsome reference in theme code, only to realize the changes caused an issue similar to your description (rendering of the down caret). In the end I backtracked because I could not duplicate the same effect with the new font integration. Unsolved!
Steve
Hi! seems like your <script> tag for Font Awesome is outputting a “Forbidden” error, it likely means that your access to the Font Awesome CDN has been blocked, possibly due to:
SOLUTION:
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel=“stylesheet”>
*If it doesnt work make sure there isnt a Default setting set for the domain
If my post helped answer your query, please consider marking it as a solution.
Hello…
It has now worked… thank you!!