Hello,
Have a link in my Phone Info / Extra Info but have problems with the link color.
When I do set the link color to white via the quick css, it works fine, but as a consequence it is invisible on other pages (because they have white background).
Any idea how to set the link color just for trasparent header?
Thanks a lot!
regards
Ron
Hey rpichler,
Please try this CSS instead:
.phone-info a {
color:black;
}
.home .phone-info a {
color:white;
}
Best regards,
Rikard
Hello Rikard,
So many thanks – works perfect!
regards
Ronald