The Easter Sale is on! Join now or renew your subscription with a 25% OFF! Read More

Support Forum

MrBernd
MrBernd
Offline
Hello,

i use the Particle Cookie Consent.
I would like to change the Color of Read more Link, to Accent Color 1 of the Template Preset Color.

I use the following code for the button of the particle. but don´t know how to change the color of the "read more Link"

@import "dependencies";

.cc_banner-wrapper {
.cc_container {
border-color: $base-border-color;
padding: 15px 20px 70px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
.cc_message {
line-height: 1.5rem;
}
.cc_btn {
background-color: $accent-color-1;
color: #ffffff;
left: 20px;
right: 20px;
bottom: 20px !important;
@include transition(all 0.2s);
&:hover, &:focus {
background-color: lighten($accent-color-1, 10%);
color: #ffffff;
}
}
.cc_logo {
display: none;
}
}
}
Responses (4)
Sorry, but you are not allowed to view the replies here.
Your Reply

Become an insider | Subscribe to our Newsletter
Subscribe to our mailing list and stay up-to-date with all our awesome releases, latest updates and amazing discount offers!