Thomass

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
in reply to: How to change the bootstrap link color #32357

Thomass
Member

Perfect ! Works!

Thank You very much !!!

in reply to: Blue Download Button in Templates #32313

Thomass
Member

solved

in reply to: Blue Download Button in Templates #32305

Thomass
Member

Sorry, one more thing

I added in custom css to adjust the link color:

/* unvisited link */
a:link {
color: #A80000;
}

/* visited link */
a:visited {
color: #000000;
}

/* mouse over link */
a:hover {
color: #A80000;
}

/* selected link */
a:active {
color: #A80000;
}

But this doesn’t work:
/* mouse over link */
a:hover {
color: #A80000;
}

On hover the link still turns blue… any suggestions?

Thanks!

in reply to: Blue Download Button in Templates #32301

Thomass
Member

Thanks a lot for your help !!!

in reply to: Blue Download Button in Templates #32289

Thomass
Member
This reply has been marked as private.
in reply to: Blue Download Button in Templates #32211

Thomass
Member

i mean black/white or greyscale – s/w is german , sorry

Viewing 6 posts - 1 through 6 (of 6 total)