• Resolved 3rdschulz

    (@3rdschulz)


    Hey guys, I am working on making a roster for my PUBG gaming team. In my “player list” when you click on the the thumbnail image of of player it takes you to their player page. On this page, 2 pictures are displayed. A big one at the top and a small one at the bottom. I wish to keep the small at the bottom by the their info, but eliminate the big one at the top of the page. How do I do this? Thanks in advance!

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

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

    (@rochesterj)

    Hi @3rdschulz

    Thanks for reaching out!

    Wow, PUBG. I’m a huge fan and very bad player of this game ??

    As for your question, we can do that with CSS. Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .single-sp_player .single-featured-image-header {
    	display: none;
    }

    Thanks!

    Thread Starter 3rdschulz

    (@3rdschulz)

    Worked like a charm! Thank you! Hoping as PUBG devlops into an eSport we may see support for it in the future ?? Thanks again, great feature rich Plugin

    Roch

    (@rochesterj)

    So do I! It’s an amazing game, and it’ll certainly grow even more with the console launch.

    Let us know if you need anything else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to eliminate big picture on Player list’ is closed to new replies.