Title: Player Profile
Last modified: August 30, 2016

---

# Player Profile

 *  Resolved [reaser](https://wordpress.org/support/users/reaser/)
 * (@reaser)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/player-profile/)
 * I have a player profile created with Metrics Added.
    Where can I change how this
   is displayed. I’d also like to Bold the Metrics headings. Am I missing settings
   somewhere?
 * The current layout is:
    Position Defense City Philadelphia, PA Height 6’0″
 * I’d like for it to display:
    Position: Defense City: Philadelphia, PA Height:
   6’0″
 * [https://wordpress.org/plugins/sportspress/](https://wordpress.org/plugins/sportspress/)

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

 *  Thread Starter [reaser](https://wordpress.org/support/users/reaser/)
 * (@reaser)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/player-profile/#post-6188696)
 * Okay I figured this out with some help from some other posts about this same 
   thing and also using the github page very, very helpful. This was easily accomplished
   with some custom CSS.
 * For anyone that comes accross this search here is the css I used:
    Sportspress
   >Settings>General Tab This worked for what I wanted on my theme.
 *     ```
       .sp-template-details dl {
         overflow: hidden;
         background: #f4f4f4;
         border: 1px solid #e0e0e0;
         font-size: 12px;
         padding: 1em 15px 0;
         margin-bottom: 1.25em;
       }
   
       .sp-template-details dt {
               font-weight: bold;
       	width: 12%;
       	margin: 0 0 1em;
       	float: left;
       	clear: left;
       }
   
       .sp-template-details dd {
               font-weight: normal;
       	overflow: hidden;
       	margin: 0 0 1em 15%;
       ```
   
 *  Plugin Author [Brian](https://wordpress.org/support/users/brianmiyaji/)
 * (@brianmiyaji)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/player-profile/#post-6188717)
 * [@reaser](https://wordpress.org/support/users/reaser/) glad to hear that, and
   thank you for sharing your code! I’m sure your solution will help others in the
   future 🙂
 *  [kev147](https://wordpress.org/support/users/kev147/)
 * (@kev147)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/player-profile/#post-6188719)
 * Thankyou for sharing i used this part for the **bold**
 * > .sp-template-details dt {
   >  font-weight: bold; width: 12%; clear: left; }
 * the [RESULT](http://postimg.org/image/l4itttilh/)
 * cheers pal

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

The topic ‘Player Profile’ is closed to new replies.

 * ![](https://ps.w.org/sportspress/assets/icon-256x256.png?rev=1252005)
 * [SportsPress - Sports Club & League Manager](https://wordpress.org/plugins/sportspress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sportspress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sportspress/)
 * [Active Topics](https://wordpress.org/support/plugin/sportspress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sportspress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sportspress/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [kev147](https://wordpress.org/support/users/kev147/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/player-profile/#post-6188719)
 * Status: resolved