• Resolved berky

    (@berky)


    Hi, I have problem with font color of staff in event detail. All other text is correct. Please check linked page. Is it a bug or smothing wrong in plugin settings?
    thanks

    The page I need help with: [log in to see the link]

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

    (@rochesterj)

    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ědny vedoucí: Milan Kiselica
    Trenér: Martin Breyl

    Text “Odpovědny 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 7 years, 6 months ago by berky.
    Roch

    (@rochesterj)

    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;
    }
    Thread Starter berky

    (@berky)

    Resolved

    Roch

    (@rochesterj)

    I’m glad it’s resolved!

    Please, let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Bad font color for staff in event detail’ is closed to new replies.