Mar 16, 2024 2:50 am
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
Mar 16, 2024 6:00 am
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;}
Mar 16, 2024 6:24 am
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
Mar 16, 2024 6:42 am
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.