Title: Override ALL CSS
Last modified: August 31, 2016

---

# Override ALL CSS

 *  [person4659](https://wordpress.org/support/users/person4659/)
 * (@person4659)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/override-all-css/)
 * Hello,
 * I’m creating a wordpress theme for my football club, and I want to have full 
   control of everything and override all CSS associated with SportsPress. Is there
   an easy way to do this?
 * I want all styling to be done in my theme, and nothing on the plugins side. Normally
   this is quite simple, but SportsPress seems to override everything…
 * Thanks 🙂
    [edit] There isn’t really any CSS being loaded, but there are some
   annoying pieces of ‘inline’ css which override what I do in theme stylesheet
 * [https://wordpress.org/plugins/sportspress/](https://wordpress.org/plugins/sportspress/)

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

 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/override-all-css/#post-7366119)
 * Hi!
 * You can overwrite any CSS you want with your own, as long as you use the right
   CSS selectors.
 * Probably the inline styling is done by some JS code or a jQuery plugin
 * Kind Regards,
    -Roch
 *  Thread Starter [person4659](https://wordpress.org/support/users/person4659/)
 * (@person4659)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/override-all-css/#post-7366128)
 * Hi, thanks for the reply.
 * There is actually some inline css which is part of some php code, which adds !
   important at the end too, so It can’t be overwritten without modifying the plugin
   code. Normally I would just do that to make it behave, but I want to keep everything
   theme driven.
 * For the most part, my own CSS does seem to be working, but there are a few where
   this inline conflict comes in. Such as, the highlighted team in a league table.
   It defaults the background to white, and text to bold. If I try to define a background
   color, it gets overwritten by the inline !important.
 * I have a work around, which basically used a short line of Jquery to change the
   element className, but it’s a little hackey just to change some CSS…
 *  Plugin Author [Brian](https://wordpress.org/support/users/brianmiyaji/)
 * (@brianmiyaji)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/override-all-css/#post-7366131)
 * [@person4659](https://wordpress.org/support/users/person4659/) Have you turned
   off the “Enable” checkbox in SportsPress > Settings > General > Styles and Scripts
   > Frontend Styles?
 *  Thread Starter [person4659](https://wordpress.org/support/users/person4659/)
 * (@person4659)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/override-all-css/#post-7366144)
 * Ooooh….well that’s embarrassing!
 * My brain told me that the enable button was only for the custom bit :/
 * Thanks, seems to have solved the issue 🙂
 *  Thread Starter [person4659](https://wordpress.org/support/users/person4659/)
 * (@person4659)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/override-all-css/#post-7366163)
 * Whilst I have your attention, league tables. Once I go over 10 clubs in a league,
   I get a page 1/2 navigation come up. How do I disable this so it just shows as
   many clubs as I like.
 * Also, is there a more efficient way to insert a league table (I have 2) in code
   than echoing the shortcode?

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

The topic ‘Override ALL CSS’ 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/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [custom](https://wordpress.org/support/topic-tag/custom/)

 * 5 replies
 * 3 participants
 * Last reply from: [person4659](https://wordpress.org/support/users/person4659/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/override-all-css/#post-7366163)
 * Status: not resolved