Avatar of jonathanduane2010
jonathanduane2010

asked on 

How do I remove this the blue highlighted links from my site?

this is my site http://www.iradio.ie/

I want to remove the highlighted link but I am unable to find the html.

I am trying to disable it by css via using

a.takeoverLink{
	display: none;
}

Open in new window

and

a.takeoverLink.right{
	display: none;
}

Open in new window

for the one on the right side.

Please help me. thanks
iradiosite.png
HTMLCSS

Avatar of undefined
Last Comment
Zac Harris

8/22/2022 - Mon