Hi @adnanh17,
If you re-enable the Complianz plugin on the website in question, that would allow us to take a look at the described behavior.
Kind regards, Jarno
Hi @jarnovos,
Of course, I wanted to wait till I get a response to enable the plugin because I wanted the website to not appear strange for long.
Now the plugin is activated.
Kind regards,
Adnan
Hi @adnanh17,
What I see is that the text in the Cookie Banner’s buttons is affected by some other CSS on the page, which adds some letter spacing to the text.
You can unset this specifically in the case of the Complianz Cookie Banner, so that it doesn’t affect other elements on the page, by adding the below CSS under Appearance -> Customize -> Additional CSS.
.cmplz-cookiebanner .cmplz-buttons button {
letter-spacing: unset;
}I have not been able to find any Complianz styles that change/override the font weight of other elements on the page though.
Kind regards, Jarno
Hi @jarnovos,
Thank you for your fast reply. The snippet you provided for the letter spacing works perfectly.
Regarding the initial issue, it seems that it has been resolved by itself. Pretty strange but it’s okay for me.
Thank you.
Kind regards,
Adnan
