Archived topic
Colors from the menu in the footer are overwritten. By what?
3 replies · Started by Alexandro on December 31, 2022
Viewing posts 1–4 of 4
https://main.camperimperium.com/en/
Please help me :)
Hi there,
Elementor is adding this CSS:
.elementor-kit-10 a {
color: #363636;
}
Which is setting the colors for all links on any page with that class.
You may want to check in Elementors settings whether that can be changes / removed.
If not you will need this CSS to overwrite it:
.site-info a {
color: var(--contrast) !important;
}
Hi David
Thanks a lot for the fast reply. I go on a search.
You're welcome
This archived topic is closed to new replies.
