• Resolved keengamer

    (@keengamer)


    Hello, I can’t find anywhere the option to change the background of the manage consent tab. It’s white but if our site’s background is also white then it becomes invisible. There must be an option to change it. I can do it manually but it should be also in the options somewhere…

    Thanks,
    Karel

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

    (@jarnovos)

    Hi @keengamer,

    The Manage Consent button can be customized with CSS at the moment. I attach some example CSS below, you can add this under Appearance > Customize > Additional CSS. I have added some comments behind each line to clarify what it does, so you can adjust where needed.

    #cmplz-manage-consent .cmplz-manage-consent {
        color: #FFFFFF; /* button text color */ 
        background-color: #333333; /* button background color */
        border-bottom-left-radius: 0; /* remove rounded corners on bottom */
        border-bottom-right-radius: 0;
        bottom: -5px!important; /* always show, not only on mouse-hover */
    }

    Let me know if you had any specific styling in mind, and I’d gladly provide some CSS for that. We will look into the possibility to add further customization options for the Manage Consent button in the plugin itself.

    Hope it helps for now.

    Kind regards,
    Jarno

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi,

    And an overview of all CSS possibilities with the consent button.

    https://complianz.io/?s=consent+button&lang=en

    regards Aert

    • This reply was modified 2 years, 10 months ago by Aert Hulsebos.
    Thread Starter keengamer

    (@keengamer)

    Hi, yeah, that’s what I thought about the manual CSS. Alright, we keep it this way for now but as I said, it would be fine to have it directly in the plugin because this could be quite important. Thanks…

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @keengamer,

    Thank you for your feedback!
    I have added your suggestion as a feature request: https://complianz.io/feature-requests/manage-consent-customization-options-under-settings/

    I’ll mark the thread as resolved for now, but please let us know if we can assist in providing some custom CSS.

    Kind regards,
    Jarno

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Manage consent CSS not available’ is closed to new replies.