Notifications
Clear all

[Solved] Customize the list

5 Posts
2 Users
3 Reactions
1,791 Views
Posts: 92
Customer
Topic starter
(@canewsforum)
Member
Joined: 4 years ago

Hello is it possible to customize what you see on the list of moderation options on the frontend?  I would like to remove the Delete option.  Thanks. 

4 Replies
Astghik
Posts: 6149
Admin
(@astgh)
Illustrious Member
Joined: 7 years ago

@canewsforum,

You can use CSS code like this one:

span.wpdiscuz-fem-delete-comment.wpd-cta-button {
      display: none !important;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again. 

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

 

3 Replies
Customer
(@canewsforum)
Joined: 4 years ago

Member
Posts: 92

@astghik Thanks, it's not liking the code, I will attach a screenshot of what it is telling me. If 

I add the colon where it says it wants it, then it keeps showing further error messages.  Any thoughts?

CSS
Astghik
Admin
(@astgh)
Joined: 7 years ago

Illustrious Member
Posts: 6149

@canewsforum,

The code works fine. Just copy it and paste in the Additional CSS section. Please don't make any changes in the code. 

Customer
(@canewsforum)
Joined: 4 years ago

Member
Posts: 92

@astghik  Thanks, got it working, appreciate the help.

Share:
Scroll to top