Chat with user in forum -> Action Buttons invisible
-
In Chrome the close (X) and other options are not visible.
No idea if this is in all Browser.
-
u have to update the browser i think
-
I have same problem. I am Using Lateest Firefox. Good Hunt
-
@anil5638 sorry, refresh do not help.
just overwrite this from bootstrap.min.css
.close {
color: #fff;
text-decoration: none;
opacity: 0.4;
}with this:
.close {
color: #000;
text-decoration: none;
opacity: 0.4;
}