Hi,

I have a problem figuring out why my footer logo graphic shows a hyperlink hover decoration with a white line. I have browser inspected it and tried adding in text-nodecoration options, but it continues to appear. You can see this at https://enterprise.iotran.com

Thanks, Michael

Hi

It may inherit style of template for the link in footer section.

You can try this custom CSS code:

.t3-copyright .custom a:hover, .t3-copyright .custom a:active, .t3-copyright .custom a:focus {
    border-bottom: none;
}
Write a Reply...
You need to Login to view replies.