• Resolved georgempouk

    (@georgempouk)


    Hi there i want to change the color of the buttons in the ccpa modal from green to my theme color but i cant seem to be able to do it with css even though i already changed the button color of the cookie settings modal.

    Thanks in advance,
    George

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

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

    (@webtoffee)

    Hi @georgempouk,

    Please add the below code to your site theme’s CSS. You can change the colors as per your need.

    /* GDPR Cookie Consent */
    
    /* cancel button style */
    #cLiCcpaOptoutPrompt .cli-modal-dialog button.cli-ccpa-button-cancel{
      color :  #ffffff !important;
      background-color: #00b093 !important;
      border: 2px solid #00b093 !important;
    }
    
    /*  confirm button style*/
    #cLiCcpaOptoutPrompt .cli-modal-dialog button.cli-ccpa-button-confirm{
      color : #ffffff !important;
      background-color: #fc4b05 !important;
      border: 2px solid #fc4b05 !important;
    }
    
    /* modal background*/
    #cLiCcpaOptoutPrompt .cli-modal-dialog .cli-modal-content {
      background-color : rgb(196, 239, 218) !important;
    }
    Thread Starter georgempouk

    (@georgempouk)

    wow thank you so much for the help and the really fast response.

    Plugin Author WebToffee

    (@webtoffee)

    Hi @georgempouk,

    Glad to have helped. Please leave a review if you like the plugin.

    Thanks!

    Thread Starter georgempouk

    (@georgempouk)

    you got it

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cant change the color on buttons in dont sell my info’ is closed to new replies.