This topic has 2 replies, 2 voices, and was last updated 9 years by troy7890.

  • Author

    Tagged: ,

  • #49809
     troy7890
    Participant

    I’ve discovered an issue that I’m having a bit of trouble identifying and fixing with the Chrome inspector. On the below page, the background for the drop-down selector is white with white text. However viewing this same page in Firefox, the background is correctly displaying correctly (grey).

    http://boardgamersleague.com/player-info/members/john/groups/

    Please advise as to the css override solution for fixing this in Chrome.
    Thanks.

    #49821
     sharmstr
    Moderator

    On my chrome the text isn’t white, but it might as well be 🙂

    COPY CODE
    
    #groups-sort-by option {
    color: red;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #49825
     troy7890
    Participant

    Thanks sharmstr, That created the text red, not the background. But you definitely solved it with showing me the css element, thanks!

    COPY CODE
    #groups-sort-by option {
    background: #333333;
    }
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?