WebSite X5Help Center

 
Thomas R.
Thomas R.
User

Hyperlink underlines  en

Autor: Thomas R.
Visitado 39, Followers 0, Compartido 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

Publicado en
2 RESPUESTAS
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

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.

Leer más
Publicado en de Daniel W.
Daniel W.
Daniel W.
User
Usuario del mes DEUsuario del mes EN

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 ----

Leer más
Publicado en de Daniel W.