• Resolved Startnparkblog

    (@startnparkblog)


    Hello!

    I saw a thread called “Player picture showing twice” and I tried the different techniques suggested without luck.

    In the Wp admin > SportsPress > Settings > General > Custom CSS I put:

    .single-sp_player .preload-me {
    display: none;
    }

    That did not work, then I tried

    .preload-me {
    display: none;
    }

    That also did not work.

    Reading on, full disclosure I’m terrible at coding, I could not find any files to add/remove code that was discussed.

    Any suggestions would be most appreciated.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @startnparkblog,

    Please try to add as Custom CSS the following:

    .sp_player > #page-image {
    display: none;
    }

    Thanks,
    Savvas

    Thread Starter Startnparkblog

    (@startnparkblog)

    Hello!

    I put it under Settings | General | Custom CSS and lines 1-3; but there was no difference. Should this be going into a more hardcoded CSS arena? Such as pulling up in file manager?

    Thanks!

    Thread Starter Startnparkblog

    (@startnparkblog)

    Quick update, I switch to the Rookie theme and that is not an issue with this. I like the layout, so I’ll stick with this. Thanks for the troubleshoot!

    Plugin Contributor Savvas

    (@savvasha)

    I am glad you sorted it out ??

    Thanks,
    Savvas

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Double Player Picture’ is closed to new replies.