• Resolved JSG01

    (@jsg01)


    Hey together,

    unfurtunately, i have the following issue:

    The Cookie-Banner has doubled checkboxes. You can see it in this picture.

    https://ibb.co/v3PLLJB

    This Problem only apperas in the “Shop” section of my site.

    I was trying to solve this but nothing helped… Does anyone has an idea how to fix this?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @jsg01,

    This is a first! We will have a look. Be right with you.

    regards Aert

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @jsg01,

    It seems some WooCommerce CSS is overriding the Cookie Banner CSS. Could you try deactivating minifying CSS and see if this works (WP Fastest Cache)?

    regards Aert

    Thread Starter JSG01

    (@jsg01)

    Hi @aahulsebos

    Thanks for your fast response

    For now i deactivated CSS Minify and CDN Caching, but the issue seemst still to be there..

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi @jsg01,

    Your theme is overriding the styles from Complianz. It should be resolved if you add the following as custom css:

    .woocommerce input[type=checkbox] + label.cc-check {
        padding-left: 0;
    }
    
    .woocommerce input:checked + label.cc-check:after {
        border-color: #fff;
    }
    
    .cc-check:hover:before {
        opacity: 0;
    }

    Let me know if that helps!

    Thread Starter JSG01

    (@jsg01)

    Hi @rogierlankhorst

    thanks for your help, that CSS seems to work.

    Have a great weekend.

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    @jsg01 glad to hear it!

    A good weekend to you too ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Checkbox issue in Woocommerce’ is closed to new replies.