Notifications
Clear all

Style [Solved] Social Media icons not displaying properly

3 Posts
2 Users
0 Likes
238 Views
Posts: 38
Topic starter
(@brozobob)
Trusted Member
Joined: 11 months ago

My social media icons are not displaying correctly.  They are correct on all other parts of my site.   Chris from support added some custom CSS and things appeared fixed, but I had another problem with my site and had to start all over, so I lost the code.  Chris, can you send me the code you entered so I can add it to the styles css box? I have tried toggling the Font Awesome Lib in all three positions, but it just moves the problem to the forum or the general site.  Help!

2 Replies
Tutrix
Posts: 1267
(@tutrix)
Noble Member
Joined: 4 years ago

@brozobob

add this to custom css

#cm-header-container .social-links .fa,
 .footer-socket-area .social-links .fa {
  font-size: 18px !important;
  font-family: FontAwesome !important;
  font-weight: bold !important;
}

Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

Posts: 38
Topic starter
(@brozobob)
Trusted Member
Joined: 11 months ago

Worked like a charm...Thanks Tutrix