• Resolved stevejhb

    (@stevejhb)


    Hi there

    So am busy setting up a league on sportpress and on the players page the player photo appears twice with one photo obviously the featured image. I want to get rid of that image and only have the other one.

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

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

    (@savvasha)

    Hi @stevejhb ,

    Please add the following css code at SportsPress->Settings->General->Custom Code:

    article.sp_player .post-thumbnail img.preload-me.lazyloaded {
        display: none;
    }

    Thanks,
    Savvas

    Thread Starter stevejhb

    (@stevejhb)

    Brilliant. All working now thanks!

    Roch

    (@rochesterj)

    I’m glad it’s resolved!

    Please, let us know if you need anything else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove featured image on players page’ is closed to new replies.