This **doesn't** solve the issue with no possibility to disable close buttons anywhere, but at very least fixes glitch from the dashboard:
remove the following from span.close { } CSS:
display: block; border: 2px solid; (I'd also remove color: #df6927; personally)
Hi @bggm,
Yes, there is no option to hide the Close button from the Dashboard. We'll take into consideration to add such option in future releases.
You can use CSS code to hide the button. Here is an example:
span.close {
display: none !important;
}
This instruction should be helpful:
Please delete all caches before checking.
It's still there.
I did that (I was getting annoyed by the block thing it did to my dashboard and I couldn't figure out how to disable it using CSS). I confirmed with another person using it on their blog, and they said they have that disable, bu they still see "Close" button on comments under their posts.
ok @bggm,
I'm sorry, but we don't find such an issue on our test websites. We'll need admin accesses to check the issue. Could you please send admin login details to info[at]gvectors.com email address?