Thomass

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
Aug 4, 2015 at 11:46 am
#32357
Member
Thomass
OP

Perfect ! Works!

Thank You very much !!!

Aug 3, 2015 at 6:30 pm
#32313
Member
Thomass
OP

solved

Aug 3, 2015 at 4:32 pm
#32305
Member
Thomass
OP

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!

Aug 3, 2015 at 4:01 pm
#32301
Member
Thomass
OP

Thanks a lot for your help !!!

Aug 3, 2015 at 12:34 pm
#32289
Member
Thomass
OP
This reply has been marked as private.
Jul 31, 2015 at 3:50 pm
#32211
Member
Thomass
OP

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

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