• Resolved lauratraveler

    (@lauratraveler)


    Hi,

    Where can I change the color of the ‘Save & Accept’ button and the above category toggle colors under the ‘Cookie Settings’ link?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @lauratraveler,

    Please add the below CSS to your site theme. You can modify the color HEX to change it.

    # wt-cli-privacy-save-btn {
    background-color: # 61a229;
    color: #ffffff;
    }
    #cliSettingsPopup .cli-switch input:checked + .cli-slider {
    background-color: rgb(45, 148, 203);
    }
    Thread Starter lauratraveler

    (@lauratraveler)

    Thanks! It worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Chance color of ‘Save & Accept’ button’ is closed to new replies.