• Resolved jnz31

    (@jnz31)


    hi and thanks for this tool, works really well so far. i do have aquestion though and i couldn’t find an answer, just yet. what if a user wants to change the cookie settings afterwards? i heard that this type of feature is required in germany now as well. is there some type of (javascript?) link, that i could generate that would reintroduce the cookie settings banner..? or something else..? thanks

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

    (@jarnovos)

    Hi @jnz31,

    This button is already present on the site by default, it will appear in the bottom right corner of the page. Because it is white and only fully appears when it is being hovered over with the mouse, it might not immediately be obvious that it is there.

    If you add the below CSS to Appearance > Customize > Additional CSS, this will ensure that it is always displayed (not just on mouse hover), and additionally sets the color to blue. Feel free to change the properties as you see fit:

    #cmplz-manage-consent button.cmplz-manage-consent {
    
        animation:none!important;
    
        bottom: 0px!important;
    
        border-bottom-left-radius: 0px;
    
        border-bottom-right-radius: 0px;
    
        background-color:#1e569f;
    
        color: #FFFFFF;
    
    }

    Hope it helps.
    Kind regards,
    Jarno

    Thread Starter jnz31

    (@jnz31)

    hi jarnovos, thanks for the quick reply. that definitely helps. keep it up..

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