Support Forum

Link Color

MrBernd
MrBernd
Offline
Hello,

i use the cookie particle. works pretty good.

now i want to change the linkcolor to the accent-color of the template.

this is my code of custom.scss


@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 (11)
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!