How can I change the link colours only in the mobile version?
Hey eventraum,
Try adding this css code in Quick CSS (located in Enfold > General Styling), just replace blue with the color you want to use.
@media only screen and (max-width:767px) {
#top a {
color: blue !important;
}
}
Best regards,
Nikko