Notifications
Clear all

wpForo 1.x.x [Solved] Change social network icons

6 Posts
2 Users
1 Likes
1,589 Views
Posts: 73
Topic starter
(@srtalop)
Estimable Member
Joined: 5 years ago

Good morning,

I have changed the Google + and Yahoo translations for Instagram and Youtube. Would you be so kind to let me know how to change the icons? And, by the way, Youtube and AOL fields are not clickable on my side.

Is it also possible to hide certain social networks fields in the account?

Many thanks in advance.

5 Replies
Sofy
Posts: 4237
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @srtalop,

Please read this support topic. Here we've brought an example of how to do it: 

https://wpforo.com/community/general-discussions/add-social-network/#post-12815

2 Replies
(@srtalop)
Joined: 5 years ago

Estimable Member
Posts: 73

hahaha, sorry Sofy, but that was Chinese to me 😣 .

(@srtalop)
Joined: 5 years ago

Estimable Member
Posts: 73

Hi @sofy, is there a way to hide those fields? Thanks in advance.

Sofy
Posts: 4237
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

@srtalop,

Yes, you can hide these fields using CSS code like this:

.wpf-field.wpf-field-type-text.wpf-field-name-msn {
display: none !important;
}

Please add the CSS code in "Custom CSS code" textarea located in Dashboard > Forums > Settings > Styles admin page.

You can find all classes by pressing F12 on the browser and opening Chrome or Firefox Console:

Posts: 73
Topic starter
(@srtalop)
Estimable Member
Joined: 5 years ago

Thanks @Sofy, it worked perfectly.