Title: CSS edition
Last modified: September 8, 2022

---

# CSS edition

 *  Resolved [pri77y](https://wordpress.org/support/users/pri77y/)
 * (@pri77y)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/css-edition/)
 * Hello,
    I’m trying to find out which files I need to edit if I want to change
   the layout on matches pages. I like the classic layout but on mobile phones the
   flags are not displayed and the font is too big…etc… Can you please help me telling
   me which files I need to edit? Thank you in advance.

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

 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/css-edition/#post-15990430)
 * The best answer that I can give, is: don’t update any file!
 * The reason for this is that your changes will be overwritten every time WordPress
   updates the plugin. And you would have to do your changes again.
 * There are basically 3 options. Which one suits you best, depends on your skills
   and how you handle other changes or debugging. All options have there pros and
   cons.
 * **1. Custom CSS in theme**
    In the Appearance menu of WP there is a Customize
   option and that has an Additional CSS field. Works great for small changes.
 * **2. Plugin**
    There are plugins that allow you to add custom CSS (or even SASS/
   SCSS) and javascript. If you have more (complex) changes, this may be better 
   than the first option. But I like option 3 better, because you don’t have the
   dependency on another plugin there.
 * **3. Child theme**
    A [child theme](https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/)
   is very easy to set up and allows you to add CSS (and even other stuff) to the
   parent theme.
 * For all options the first step is to locate the CSS rule you want to change (
   use your browser’s dev tools for this) and then write a more [specific](https://www.smashingmagazine.com/2007/07/css-specificity-things-you-should-know/)
   variant for it. Add that rule to the option of your choice and test it.
 *  [edcamposs](https://wordpress.org/support/users/edcamposs/)
 * (@edcamposs)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/css-edition/#post-15992086)
 * I need to change the group tables css. Any suggestions? Thanks.

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

The topic ‘CSS edition’ is closed to new replies.

 * ![](https://ps.w.org/football-pool/assets/icon-256x256.png?rev=983880)
 * [Football Pool](https://wordpress.org/plugins/football-pool/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/football-pool/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/football-pool/)
 * [Active Topics](https://wordpress.org/support/plugin/football-pool/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/football-pool/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/football-pool/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [edcamposs](https://wordpress.org/support/users/edcamposs/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/css-edition/#post-15992086)
 * Status: resolved