result span css
-
Hi, I notice that there is some css on the match result page for “.result span” that sets everything to invisible. This has a major knock on effect for every single span I have on that page – wasn’t always like this – why was this put in? I’ve been forced to change all my spans to inline divs as I don’t want to go messing with the plugin css.
.result span {
display: inline !important;
visibility: visible;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘result span css’ is closed to new replies.