• Resolved gilleschristopher

    (@gilleschristopher)


    Hello Complianz,

    I have trouble with the button float …

    On custom settings I have my css with a lot of responsiv device and other code i added since 2 years. in Complianz > Cookies banner > Custom CSS

    But now on elementor I put a global design for button and actually the float widget Complianz banner take the settings , how can I avoid this :

    .elementor-kit-195 .elementor-button, .elementor-kit-195 button, .elementor-kit-195 input[type=”button”], .elementor-kit-195 input[type=”submit”] {
    font-family: Handlee-light,Sans-serif;
    font-size: 1.1vw;

    }

    If I delete the font-size with the inspector from firefox for example , the font-size take the good size he have to be.

    Thank you for your help.

    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 @gilleschristopher,

    I assume that your question concerns the font-size of the “Manage Consent” button, which is being overridden by the Elementor CSS that you attached.

    If this is the case, you can apply the below CSS to set it back to the ‘original’ font-size of 16px.

    #cmplz-manage-consent .cmplz-manage-consent {
        font-size: 16px;
    }

    Kind regards, Jarno

    Thread Starter gilleschristopher

    (@gilleschristopher)

    Hello jarnovos,

    Thank you for your help its work like a charm.

    Sorry for the late answer <3.

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