• Resolved klauswildenburg

    (@klauswildenburg)


    Hi there, does anyone know how to change the color of the activated privacy policy switch at the bottom of the review form. In my opinion the selector is ‘glsr-input-switch’. I’m not familiar with the syntax.
    Thank you very much, Klaus.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter klauswildenburg

    (@klauswildenburg)

    I tried this:

    .glsr-input-toggle:checked {
    background-color: #4CAF50 !important;
    }

    But after the specified color is displayed (#4CAF50), the color changes back to default blue.

    Plugin Author Gemini Labs

    (@geminilabs)

    Try this:

    .glsr-field-toggle {
      --glsr-toggle-bg-1: #4CAF50;
    }
    Thread Starter klauswildenburg

    (@klauswildenburg)

    Thank you very much for your immediate help. And…that’s the solution. Great.

    BR, Klaus.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color of data protection toogle’ is closed to new replies.