Trouble getting some icons to display
-
I’m completely baffled. I successfully got the envelope icon to appear, but I can’t get any other icon I’m trying to use to appear. The area to look at is in the footer Contact Us section. The envelope icon is set up to the left of the word E-Mail. I have the location-pin icon set up the same way before the word Address. You can see that it’s indented to display the icon, but the icon is not appearing. I tried several other ones and none of them worked either. I have no idea what I’m doing wrong. Here is my code:
<i class=”fa fa-solid fa-location-pin” style=”color: #ffffff; margin-right: 10px;”></i>
<i class=”fa fa-solid fa-envelope” style=”color: #ffffff; margin-right: 10px;”></i>Note that I had to add the fa class before the envelope one worked. Initally neither of these worked. I have no idea why the location-pin one won’t display. Any help you can provide would be greatly appreciated.
The page I need help with: [log in to see the link]
- The topic ‘Trouble getting some icons to display’ is closed to new replies.