WebSite X5Help Center

 
Thomas R.
Thomas R.
User

Hyperlink underlines  en

Автор: Thomas R.
Просмотрено 40, Подписчики 0, Размещенный 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

Размещено
2 Ответы
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца 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.

Читать больше
Размещено От Daniel W.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца 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 ----

Читать больше
Размещено От Daniel W.