Hi, have you already tried to change the settings in Sportpress-> Settings: Styles ??
Yes, I tried changing the tried to change the settings in Sportpress, but the color of the text is still black, like the background. I would need to change the color of that text with CSS, but I do not know the class that I should change.
Newbie question here. If I want to dive into the CSS and try to change some things up, all of the classes are in the style.css file, right?
Hi @potsie
Please open a new ticket so we can help you 🙂
But no, not all classes are in the CSS file, it depends on what exactly you are trying to change.
@gdcaciorgna
Thanks for reaching out and I’m sorry for the trouble.
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-logos-block .team-logo, .sp-template-event-logos-block .team-logo strong {
color: #fff;
}
Thanks!
Hi. Unfortunately it has not worked. The text of the names of the clubs in any particular event is still black, as is the background.
Any other solution?
Thanks for the help
Hi!
The code worked fine for me.
Please kindly replace color: #fff; with color: #fff ! important; and let us know how it works.
Thanks!
Now it works. Thank you very much !!
You’re most welcome!
Let us know if you need anything else.