• Resolved funzeye

    (@funzeye)


    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)
  • Thread Starter funzeye

    (@funzeye)

    also prevents me from doing anything with the score delimiter as this is also a span element.

    Plugin Contributor Leon

    (@leonterry)

    Hi funzeye,

    Can you let me know which CSS file that code is in as it’s not coming from WP Club Manager. Which theme are you using? Are you running the latest version of WPCM? Is this issue happening on single match pages or when using the matches shortcode?

    Cheers

    Thread Starter funzeye

    (@funzeye)

    Hi, sorry, just realised the css was elsewhere.

    sorry about that.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘result span css’ is closed to new replies.