How to hide Stick a...
 
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] How to hide Stick and Close buttons for guests?

25 Posts
2 Users
0 Reactions
5,367 Views
Astghik
(@astgh)
Illustrious Member Admin
Joined: 8 years ago
Posts: 6444
 

@anonimniq,

Please try the following CSS code, put it in "Custom CSS Code" textarea, located in the Dashboard > Comments > Settings > Styles admin page, delete all caches and check again.

label.wpd_label:first-child, label.wpd_label:nth-child(2) {
display: none !important;
}

   
ReplyQuote
(@anonimniq)
Eminent Member
Joined: 6 years ago
Posts: 21
Topic starter  

@astghik

This works great for new comment box, but buttons are still visible bellow the comments.


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 8 years ago
Posts: 6444
 

@anonimniq,

Please put this CSS code as well: 

span.wc_stick_btn.wc-cta-button, span.wc_close_btn.wc-cta-button {
display: none !important;
}

   
ReplyQuote
(@anonimniq)
Eminent Member
Joined: 6 years ago
Posts: 21
Topic starter  

@astghik

Perfect, problem is solved that way.


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 8 years ago
Posts: 6444
 

@anonimniq

Thank you for letting us know. Glad to hear that the issue is solved. 


   
ReplyQuote
Page 2 / 2
Share:
Scroll to top