Hi!
Thanks for reaching out!
Usually these are theme-related issues. It looks like you are using twenty eleven which is a WordPress default theme (although it’s quite old).
But what exactly do you want to change there? Maybe it’s an easy CSS fix.
Thanks!
Kind Regards,
-Roch
Thread Starter
berky
(@berky)
Thanks for reply @rochesterj.
I dont think so. All font colors are correct, only for staff is bad. Look at the linked page and search:
Odpovědný vedoucí: Milan Kiselica
Trenér: Martin Breyl
Text “Odpovědný vedoucí” a “Trenér” is in black color. All other is white/gray colored. Why is this problem only with staff section?
thanks for help
-
This reply was modified 8 years, 2 months ago by
berky.
Hi!
Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:
.sp_event-template-default .sp-event-staff {
color: blue;
}
Kind Regards,
-Roch
Thread Starter
berky
(@berky)
Thanks fot advice.
Finally works following:
.sp-template .sp-event-staff {
color: #ededed !important;
}
I’m glad it’s resolved!
Please, let us know if you need anything else.
Kind Regards,
-Roch