• Resolved Gator8

    (@gator8)


    On the teams, er have QBs and receivers. These are two different positions on the offense. There are times when some players switch roles. I have stats for both rolls, but when it comes to displaying those stats on a player page, I’d like to distinguish between receiver stats and QB stats. Since I cannot split them out based on positions, I’d like to be able to change the header background color for the different positions.
    No matter what I do with custom CSS, I cannot override the overall primary color. As soon as I turn off the custom colors, I can see my changes just fine.
    I also want to do the same to the totals line.

    URL: https://www.banditsfootball.ca/?sp_player=KMac

    https://www.ads-software.com/plugins/sportspress/

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

    (@rochesterj)

    hi @gator8

    It’s great to see you again!

    It looks like the rule isn’t strong enough for the backgrounds. Instead of:
    background-color: #f78b07;

    Use:
    background-color: #f78b07 !important;

    Kind Regards,
    -Roch

    Thread Starter Gator8

    (@gator8)

    ah geez. I knew that too. :<

    Thanks for your help.
    Of course it worked like a charm!

    Roch

    (@rochesterj)

    I’m glad it’s resolved!

    Please, let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘different header colour’ is closed to new replies.