1. Nadaj unikalną klasę jeśli potzrebujesz np. my-custom-links
2. Wklej kod CSS:
.my-custom-links a {
color: #fff !important;
transition: color 0.2s ease;
}
.my-custom-links a:hover {
color: #fff !important;
}
1. Nadaj unikalną klasę jeśli potzrebujesz np. my-custom-links
2. Wklej kod CSS:
.my-custom-links a {
color: #fff !important;
transition: color 0.2s ease;
}
.my-custom-links a:hover {
color: #fff !important;
}