Link to home
Start Free TrialLog in
Avatar of Melody Scott
Melody ScottFlag for United States of America

asked on

Icomoon Social issue

Hi, On this page: gooddiabetesdiet.com/responsive/

The code for social icons was this:

<ul class="footer-stay-connected no-list-style">
                                        <li><a href="# class="facebook"></a></li>
                                        <li><a href="#" class="twitter"></a></li>
                                        <li><a href="#" class="google+"></a></li>
                                  </ul>

I changed it to this:
<ul class="footer-stay-connected no-list-style">
                                        <li><a href="# class="facebook"></a></li>
                                        <li><a href="#" class="twitter"></a></li>
                                        <li><a href="#" class="pinterest"></a></li>
                                  </ul>

But I can't make the pinterest icon show up. I have both social icon css files linked. Not sure what's going on.

Thanks,
ASKER CERTIFIED SOLUTION
Avatar of Neil_Bradley
Neil_Bradley
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Melody Scott

ASKER

ok, thanks. I saw pinterest in both those css files, icomoon-social.css and coming-soon-social.css, as well as the main-orange.css, so I was fully confused. Let me try that.
Bingo, works great, thanks!!