• Resolved trying-my-best

    (@apatsidis123)


    hi,

    i have updated to the latest version, and the custom css that i have set on my child them to customize the banner itslef and the “manage consent” button, are not aplied any more. Tried to set some of them on the custom css textbox that the plugin has but still i dont see the changes.

    Also the width of the banner it keep increasing by itself when i am on the banner settings.

    regards

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

    (@aahulsebos)

    Hi @apatsidis123,

    The banner which is increasing in size for every save is now being dealt with, it will be updated soon.

    For your CSS; could you post your new CSS, maybe I can have a look;

    Here is a quick update on the most important updates for the banner; https://complianz.io/update-manual-for-complianz-6-0/

    regards Aert

    Thread Starter trying-my-best

    (@apatsidis123)

    hi,

    thanks for the fast reply,

    ok for tha width, thanks

    the css i was using was simple stuff like this, i have this same code to the child theme of other websites with older complianz version and it works fine, on this one it stoped being aplied after updated to the 6th version.

    /*concent management*/
    .cc-center.cc-revoke {
    /*display:block!important;*/
    right:5em!important;
    left:auto!important;
    border-bottom-left-radius:0px!important;
    border-bottom-right-radius:0px!important;
    color: #000!important;
    background-color: #ffc300!important;
    /*bottom: -8px!important;*/
    /*padding-top: 0px!important;*/
    font-size: 14px!important;
    font-family: ‘Poppins’!important;
    }
    .cc-center.cc-revoke:hover{
    background-color: #ffc300!important;
    }
    .cc-animate{
    /*transform:none!important;*/
    }
    #cc-window .cc-message {
    font-family: ‘Poppins’!important;
    font-size: 14px!important;
    }
    #cc-window .cc-header {
    font-family: ‘Poppins’;
    font-size: 20px!important;
    }

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @apatsidis123,

    This is the adjusted version:

    /*concent management*/
    .cmplz-manage-consent {
    /*display:block!important;*/
    right:5em!important;
    left:auto!important;
    border-bottom-left-radius:0px!important;
    border-bottom-right-radius:0px!important;
    color: #000!important;
    background-color: #ffc300!important;
    /*bottom: -8px!important;*/
    /*padding-top: 0px!important;*/
    font-size: 14px!important;
    font-family: ‘Poppins’!important;
    }
    .cmplz-manage-consent:hover{
    background-color: #ffc300!important;
    }
    .cc-animate{
    /*transform:none!important;*/
    }
    .cmplz-cookiebanner .cmplz-message {
    font-family: ‘Poppins’!important;
    font-size: 14px!important;
    }
    .cmplz-cookiebanner .cmplz-title {
    font-family: ‘Poppins’;
    font-size: 20px!important;
    }
    Thread Starter trying-my-best

    (@apatsidis123)

    hi,

    thanks for that,

    Ok i see your url i got what changed about the classes, the thing is that the font changing do not work, i pasted the code you have send me but the fonts do not changed.

    Also the “manage consent” button, did the default one changed?
    because for example the default one used to have border radius on all 4 corners and as you see in my code i say

    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;

    so it has radius on the top corners only. But as i see now the default one is without corners at all is that correct? i can adjust that i just have to know if we are on the same page, if the default one has 0 border-radius to all corners and 1px border, because this is what it looks for me

    https://ibb.co/HHJzhM6

    This you see in the picture is without css at all

    regards

    Thread Starter trying-my-best

    (@apatsidis123)

    i have adjusted the css, thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom CSS not aply after 6 version’ is closed to new replies.