Title: Custom Stying
Last modified: March 31, 2020

---

# Custom Stying

 *  Resolved [discosombrero](https://wordpress.org/support/users/discosombrero/)
 * (@discosombrero)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-stying/)
 * Why is there no solid documentation on the styling of the tables etc.
 * Ive been using inspectors to try and work out what I have to do but a simple 
   CSS list would be very useful.
 * I need to know how to style the league tables, match font families etc.
 * Can you help..

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

 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-stying/#post-12607485)
 * [@discosombrero](https://wordpress.org/support/users/discosombrero/)
 * IMO, styling is completely subjective to what you want, how it fits within the
   theme, etc. I’ve completely changed the output of the table with a little CSS:
   
   [https://nghapoe.ca/midget-aa/game-schedule/](https://nghapoe.ca/midget-aa/game-schedule/)
 * You can easily see the classes here :
 * > [View post on imgur.com](https://imgur.com/a/96XI0Db)
 * and there is a section in the CSS file you can override, starts at /* Table */
   
   <your website>/wp-content/plugins/sportspress-pro/includes/sportspress/assets/
   css/sportspress-style.css?ver=2.3
 *  Thread Starter [discosombrero](https://wordpress.org/support/users/discosombrero/)
 * (@discosombrero)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-stying/#post-12607501)
 * I agree completely with you. However I would have thought that some sort of documentation
   regarding this would have cut down on support topics.
 * thanks for the heads up though – ill take a look. 🙂
 * Jay
 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-stying/#post-12607516)
 * [@discosombrero](https://wordpress.org/support/users/discosombrero/)
 * The docs do refer to the styles that are configurable :
    [https://support.themeboy.com/article/297-general-settings](https://support.themeboy.com/article/297-general-settings)
 * as well as some integration points :
    [https://www.themeboy.com/blog/integrate-sportspress-wordpress-theme/](https://www.themeboy.com/blog/integrate-sportspress-wordpress-theme/)
 *  Thread Starter [discosombrero](https://wordpress.org/support/users/discosombrero/)
 * (@discosombrero)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-stying/#post-12607617)
 * [@corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * Yeah Ive taken a look at these but they only really cover the point and click
   modifications. Im guessing that some more CSS is needed to achieve control over
   the table on a more advanced scale for fonts, individual headers etc.
 *  [corrinarusso](https://wordpress.org/support/users/corrinarusso/)
 * (@corrinarusso)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-stying/#post-12607643)
 * [@discosombrero](https://wordpress.org/support/users/discosombrero/)
 * Yup. Like I mentioned, grab all the CSS under the _/* Tables */_ heading from
   your site, and copy it over to Customizer –> Additional CSS
 * <your site>/wp-content/plugins/sportspress-pro/includes/sportspress/assets/css/
   sportspress-style.css
 * Should all be in there.
 *  Thread Starter [discosombrero](https://wordpress.org/support/users/discosombrero/)
 * (@discosombrero)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-stying/#post-12607813)
 * Thanks Corrina… Really appreciate the advice.
 * Stay safe and well.
 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-stying/#post-12608844)
 * Hi there!
 * Corrina has pretty much summed up everything on this one. But yes, we don’t have
   any docs with a list of the current styles. Pretty much because the rules you
   need to use depend heavily on what you are trying to do.
 * Surely there are some basic adjustments we can do in bulk, but a lot of them 
   depend on what you are trying to do.
 * Thanks!
 *  Thread Starter [discosombrero](https://wordpress.org/support/users/discosombrero/)
 * (@discosombrero)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-stying/#post-12608937)
 * [@rochesterj](https://wordpress.org/support/users/rochesterj/)
 * Hey.. thanks for taking a look.
 * basically I need to style the league table.
 * Adjust the fonts, colours, borders etc along side the padding and sizing.
 * if you could help with a quick run down that would be great!
 * j
 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/custom-stying/#post-12614960)
 * Hi!
 * Alright!
 * So here are a few things you can use in your styling:
 *     ```
       /** Table captions **/
       .sp-table-caption {
       	font-family: Arial;
       	font-size: 10px;
       	color: red;
       }
       /** table headers **/
       .sp-data-table th {
       	color: red;
       	font-size: 10px;
       }
       /** table content **/
       .sp-data-table th {
       	color: red;
       	font-size: 10px;
       }
       /** borders and paddings **/
       body table, body th, body td {
       	border: 1px solid red;
       }
       body th, body td {
       	padding: 2px;
       }
       ```
   
 * I hope this helps you. If you need anything else just let us know.
 * Thanks!

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

The topic ‘Custom Stying’ 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/)

 * 9 replies
 * 3 participants
 * Last reply from: [Roch](https://wordpress.org/support/users/rochesterj/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/custom-stying/#post-12614960)
 * Status: resolved