Viewing 8 replies - 1 through 8 (of 8 total)
  • maxperoni

    (@maxperoni)

    Hi, have you already tried to change the settings in Sportpress-> Settings: Styles ??

    Thread Starter gdcaciorgna

    (@gdcaciorgna)

    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.

    potsie

    (@potsie)

    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!

    Thread Starter gdcaciorgna

    (@gdcaciorgna)

    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!

    Thread Starter gdcaciorgna

    (@gdcaciorgna)

    Now it works. Thank you very much !!

    You’re most welcome!

    Let us know if you need anything else.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Problem with CSS’ is closed to new replies.