• Resolved camille35974

    (@camille35974)


    Hello

    Is it possible to change the color of the white button “Manage Consent” ? Wich Css file (and line)? (i tried to find it but no success) (attachment to see wich button)

    Thanks a lot

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @camille35974,

    Sure, you can do this by adding some CSS under Appearance > Customize > Additional CSS on your website (or use a Custom CSS field in your theme).

    The below CSS example sets the button to a black background color, and the text will be set to white.

    #cmplz-manage-consent button.cmplz-btn.cmplz-manage-consent {
        background-color: #333333; /* background color */
        color: #ffffff; /* text color */
    }

    Kind regards, Jarno

    Thread Starter camille35974

    (@camille35974)

    Thanks a lot, it works perfectly ! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Color background button’ is closed to new replies.