@hud1ai2 which site? Almost everything is possible with our banner.
Thank you for this quick answer.
Oh sorry, the link wasn’t displayed – like here on this site
http://www.asolo.cz
Hi @hud1ai2,
I will take up the challenge, I will write an article this weekend with this banner as basis. Search for CSS Lesson and you will find it soon.
regards Aert
Ok 🙂 Thanks a lot! I thought I can use modal window with shortcode in oxygen builder which can open the more detailed window with all settings then. I’m curious about your solution.
Hi @hud1ai2,
You can start with this, let’s proceed from there;
.cmplz-cookiebanner {
transform: translateX(-50%) translateY(-10%);
width: fit-content;
max-width:45em;
left:50%;
padding: 5px 20px;
border-radius:5px;
}
.cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons,
.cmplz-cookiebanner.cmplz-categories-type-no .cmplz-buttons {
flex-direction:column;
}
.cmplz-cookiebanner .cmplz-message {
font-size:14px;
line-height: 1.8em;
font-weight:300;
}
.cmplz-cookiebanner .cmplz-title {
display:none;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
display:none;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
background-color: #2d4156!important;
border-radius:3px;
border:none;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
border-radius:3px;
border:none;
}