Home / Widgets / Cookies Banner Styling
Duplicate Snippet

Embed Snippet on Your Site

Cookies Banner Styling

Adds cookies image to cookie banner and custom styling.

<10
Code Preview
css
.cmplz-header::before {
	content: '';
	width: 75px;
	height: 60px;
	background-image: url("/wp-content/uploads/2023/12/cookies-img.png");
	background-size: contain;
}
.cmplz-cookiebanner .cmplz-title {
	font-weight: 700 !important;
}
.cmplz-cookiebanner, .cmplz-btn {
	border-radius: 0.5rem !important;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
	margin: 0.5rem !important;
}
:root {
	--cmplz-manage-consent-offset: -10px !important;
}

Comments

Add a Comment