Notifications
Clear all

[Solved] Remove icons/buttons from profile view

5 Posts
2 Users
2 Reactions
391 Views
Danno6116
Posts: 63
Topic starter
(@danno6116)
Estimable Member
Joined: 10 months ago

How do I eliminate these buttons on member profile view? I do not use questions and answer format and I do not have a blog. I have the items I want to remove underlined in attached. Thank you.

4 Replies
Tutrix
Posts: 1493
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @danno6116 

#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-of-type(3),
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-of-type(4),
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-of-type(5),
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-of-type(10),
#wpforo #wpforo-wrap .wpf-profile-section .wpf-statbox:nth-of-type(11) {display: none;}
Danno6116
Posts: 63
Topic starter
(@danno6116)
Estimable Member
Joined: 10 months ago

I hate to ask this, but where do I past this code and how do I properly cache?

I built a forum over 20 years ago without WP and it was much more difficult back then. I am just getting back in the saddle.

Can you be specific in explanation.

 

Many, many thanks

 

Thank you

1 Reply
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1493

@danno6116 

add it to custom css
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

Danno6116
Posts: 63
Topic starter
(@danno6116)
Estimable Member
Joined: 10 months ago

Perfect!

It is almost 3 A.M. My eyeballs are hanging on my keyboard, and now I can sleep well.

Thank you so much for your quick replies, and excellent input.

Worked like a charm.