Okay
  Public Ticket #2975109
highlighted text
Closed

Comments

  • formalinn started the conversation

    When using [highlighted text]

    I want the text color to be something other than white when [hover] is done.

  •  2,958
    Andrew replied

    Hi there,

    This CSS might help.

    .nectar-highlighted-text[data-color="#eeff41"]:not([data-style="text_outline"]) a em:hover {
        color: black;
    }
    

    Thanks