• Resolved andrea26

    (@andrea26)


    Hello everybody,

    I have a problem with the complianz cookie banner. As you can see on the page, the banner took some css styling from the forms on the page that I created with Dynamics 365.

    Is it possible to make the banner normal style, without red box shadow or very long width?

    Thanks in advance for your answers.

    Greetings,

    Andrew

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

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

    (@aahulsebos)

    Hi @andrea26,

    You could use some CSS:

    .cmplz-btn {
        box-shadow: none;
    }

    I don’t see any width issues, maybe you fixed it. Or if you want a different solution, let me know. regards Aert

    Thread Starter andrea26

    (@andrea26)

    Hi Aert,

    Great! The box shadow is fixed now.

    For the width problem I mean when the cookie banner is closed at the bottom left of the site, it is shown too long, while by default it is much smaller. Look below where the cookie banner is.

    Regards

    Plugin Contributor jarnovos

    (@jarnovos)

    Hi @andrea26,

    On this site, there are inline styles being added to all <button> elements, which therefore also applies to the Manage Consent button.

    You can use the below CSS to restore the default width of the button.

    button.cmplz-btn.cmplz-manage-consent {
    width: unset;
    }

    Kind regards, Jarno

    Thread Starter andrea26

    (@andrea26)

    Perfect!

    It looks all right!

    Thank you so much for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Conflict with Dynamics 365 forms’ is closed to new replies.