• Resolved richee10

    (@richee10)


    Hey I need help changing the highlight colour when selecting an answer from the dropdown options. Because both are white it hides the actual text when hovering over the options.

    A darker grey would work: #414141 or even the same colour but at 0.1 opacity so the white text can be seen when hovering.

    There are 3-4 fields I would need this for, not sure if there’s a global snippet I can add?

    Any help would be appreciated, thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @richee10,

    To do what you mentioned, please try the code below:

    div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
        background-color: #414141 !important;
    }
    

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    Hope this helps!

    Hi @richee10,

    We haven’t heard back from you in about a week, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Variable selector highlight colour’ is closed to new replies.