Hyperlink underlines 
Autor: Thomas R.
Visited 39,
Followers 0,
Udostępniony 0
Hello,
On my footer i have hyperlinks and i would like to remove the underline under each, on my white background. I seem to be at a end trying to figure out how, any help would be great - thank you.
Tom
Posted on the

Maybe the CSS experts can help here.
With a text object in the grid at "4 pages" I could switch off the underlining of the links using CSS code, but I haven't been able to do this yet with a text object in the footer.
I have now found a CSS code that works for my links in the text object in the footer.
Here is the code to copy and a screenshot showing where this CSS code is inserted.
---- CSS code -----
<style>
div #imFooter a {
text-decoration: none;
}
</style>
---- Screenshots ----