• Resolved gdcaciorgna

    (@gdcaciorgna)


    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 to see the link]

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

    (@rochesterj)

    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

    (@gdcaciorgna)

    Thank you!!!!!!! It`s perfect now.

    Roch

    (@rochesterj)

    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.