Title: Problem with css
Last modified: January 16, 2018

---

# Problem with css

 *  Resolved [gdcaciorgna](https://wordpress.org/support/users/gdcaciorgna/)
 * (@gdcaciorgna)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/problem-with-css-22/)
 * I have a problem with the css in my website.
 * In all the calendars that I create, the text that includes the names of the matchdays
   contains black color as well as the default background. How could I solve it?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-css-22%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/problem-with-css-22/#post-9873600)
 * Hi!
 * Thanks for reaching out and I’m sorry for the trouble.
 * My name is Roch and I’m going to help you with your plugin support issues.
 * Add the following code in your custom css field ( `Wp admin > SportsPress > Settings
   > General > Custom CSS` ) and let us know how it works:
 *     ```
       .sp-template-event-blocks table.sp-data-table tr th {
       	background: red !important;
       }
       .sp-template-event-blocks table.sp-data-table tr th strong {
       	color: #fff !important;
       }
       ```
   
 * The first bit changes tbe background, the second changes the text color. You 
   can use any CSS color you want (hex, rgb, names..)
 * Thanks!
 *  Thread Starter [gdcaciorgna](https://wordpress.org/support/users/gdcaciorgna/)
 * (@gdcaciorgna)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/problem-with-css-22/#post-9875484)
 * Thank you!!!!!!! It`s perfect now.
 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/problem-with-css-22/#post-9878004)
 * You’re most welcome!
 * Let us know if you need anything else.
 * Kind Regards,
    -Roch

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

The topic ‘Problem with 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Roch](https://wordpress.org/support/users/rochesterj/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/problem-with-css-22/#post-9878004)
 * Status: resolved