Nov 03, 2020 5:18 am
I'm getting an issue that white bar is blocking menu. It becomes two layers after installling WPDiscuz comment plugin.
I have attached ss.
Kindly let me know solution for it.
thanks in adv.
4 Replies
Nov 03, 2020 9:48 am
I just put some css found at forum. it has been hide in chrome but not in other browser.
I tested with following css:
.wpdiscuz-comment-message {
display: none !important;
}
#wpdiscuz-comment-message.wpdiscuz-comment-message-auth{
display: none !important;
}
Nov 04, 2020 6:00 am
Cool! it works.
thank you so much