Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Customize the list

5 Posts
2 Users
3 Reactions
2,157 Views
Posts: 92
Customer
Topic starter
(@canewsforum)
Member
Joined: 5 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: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 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: 5 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: 8 years ago

Illustrious Member
Posts: 6444

@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: 5 years ago

Member
Posts: 92

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

Share:
Scroll to top