Archived topic
Link CSS
5 replies · Started by Ebrahim on April 28, 2022
Hello
I have tried several fixes but cannot fix this issue with links.
Hi there,
is this on any particular browser ? As i cannot replicate the issue on my desktop. Let me know
Hi,
I have tried on FF and Chrome. Both the same.
I also asked my colleague to check. Same result.
Ok - so in Customizer > Additional CSS you have this rule:
.site-header a, a:hover, a:focus, a:active {
border: none;
color: transparent;
}
Not sure why you have that as it setting links to a transparent color.
And in this case its the :focus value that is causing that link to disappear
Fixed.
Thank you for the help. Much, much appreciated.
Have a great day
Glad to hear that