Parker
(Parker Ragain)
July 19, 2020, 6:21pm
1
Hey guys, I have tried using this code for a social link in several themes such as Flare and Sunny and for some reason it doesn’t work. Any ideas? Thanks
<a href="https://pinterest.com/thatcollegelife">
<i class="fa fa-pinterest-square" ></i></a>
teefers
(Doug Bennett)
July 19, 2020, 6:30pm
2
Sunny and I think Flare use the FA5 icons.
Try this:
<a href="https://pinterest.com/thatcollegelife">
<i class="fab fa-pinterest-square" ></i></a>
Notice the change from class="fa to class="fab .
Parker
(Parker Ragain)
July 19, 2020, 6:38pm
3
@teefers You are amazing! It worked LOL