Archived topic
Color links
1 reply · Started by Jose on December 10, 2020
Viewing posts 1–2 of 2
Hi, I want to change the link color but only in the following page:
https://corteastur.es/mi-cuenta/
How can I do that?
Regards,
Hi there,
all of those colors are set in Elementor. If you cannot edit them within Elementor for that page you can try some CSS like this:
.page-id-13803 .elementor a {
color: #f00 !important;
}
This archived topic is closed to new replies.