• Resolved cmcconnell

    (@cmcconnell)


    Hello,

    I am wondering if it is possible to make the player profile pictures small on their individual pages. Also, if there is a way to redesign these pages.

    Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @cmcconnell ,

    You can try try to add something like the following at SportsPress->Settings->General->Custom Code:

    .single .thumbnail img {
        width: 50%;
    }

    I see that you are using autoptimize. Please disable it temporary and clear your cache until you “finalize” your css code. Then you can reenable it as you wish ??

    You can change the order that some of the Player Components are shown from SportsPress->Settings->Players. For something more “advanced” you will need to copy the appropriate template files from plugins/sportspress/templates/ to themes/your_child_theme/sportspress/ and alter it as you wish ??

    Thanks,
    Savvas

Viewing 1 replies (of 1 total)
  • The topic ‘Make player profile pictures smaller’ is closed to new replies.