When a user declines certain third party Services (such as YouTube video embeds, map embeds, etc.), that means they have not consented to having these third parties collect their personal information, nor to track them while they are visiting  and using your website. When this happens, those third party embeds will be prevented from loading in order to comply with applicable privacy laws. Instead, users will be presented with a message, informing them that consent is required to load the third party script.


Here is what the default styles look like for when a third party embedded feature is blocked:



Based on how your website is built, the default styles may look different for this message.


If you want to style this message, here is some some CSS you can apply:


Title message:


.uc-embedding-wrapper h3 {

    font-size: 12px;

}


Body message:


.uc-embedding-wrapper p.description-text {

    font-size: 10px;

}


More information button:


button.uc-embedding-more-info {

    background-color: #303030;

}


button:hover.uc-embedding-more-info {

    background-color: #303030;

}


Accept button:


button.uc-embedding-accept {
    background-color: #303030;
}


button:hover.uc-embedding-accept {
    background-color: #303030;
}


"powered by Usercentrics Consent Management Platform"


.uc-embedding-wrapper span {

    font-size: 10;

}



For styling the primary cookie consent banner, this can be done on the first two pages of the Cookie Policy and Consent Tool questionnaire within your Termageddon license. Be sure to click 'submit' at the end of the questionnaire for changes to take effect (and test in a fresh incognito window).