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.
13/09/2019 5:20 pm
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;
}
Topic starter
13/09/2019 5:30 pm
@astghik
This works great for new comment box, but buttons are still visible bellow the comments.
13/09/2019 5:33 pm
Please put this CSS code as well:
span.wc_stick_btn.wc-cta-button, span.wc_close_btn.wc-cta-button {
display: none !important;
}
Topic starter
13/09/2019 5:39 pm
@astghik
Perfect, problem is solved that way.
Page 2 / 2
Prev