WebSite X5Help Center

 
Richard K.
Richard K.
User

Change the text color from blue to white  en

Автор: Richard K.
Просмотрено 2031, Подписчики 1, Размещенный 0  
Тэги: color,text

I have a members login page imlogin.php. How do I change the text color from blue to white? The link is http://www.saltsjobadenbrf.se/imlogin.php

Размещено
10 Ответы
Little-key .
Little-key .
User

Code:

<style type="text/css">
#imContent a.imCssLink:link { font-weight:normal; color:#FFFFFF; text-decoration:underline; }
#imContent a.imCssLink:hover { font-weight:bold; color:#FF0000; text-decoration:none; }
</style>

under (1)

Читать больше
Размещено От Little-key .
Richard K.
Richard K.
User
Автор

Tried it but it does not seem to work

Читать больше
Размещено От Richard K.
Richard K.
Richard K.
User
Автор

I cleared the cache - changed colors and still it doe not work. Still do I need a reg page as people in our condo get the login via paper.

Thanks for your help I forgot that. And I wish you a happy new year!

Richard

Читать больше
Размещено От Richard K.
Der Zwoemti
Der Zwoemti
Moderator

You do not have class in the link so it does not just use the

<style type="text/css">
#imContent a:link { font-weight:normal; color:#FF0000; text-decoration:underline; }
#imContent a:hover { font-weight:bold; color:#488002; text-decoration:none; }
</style>

Читать больше
Размещено От Der Zwoemti
Richard K.
Richard K.
User
Автор

Somehow I cannot get rid of the blue color (?) I wonder why!

Thanks Richard

Читать больше
Размещено От Richard K.
Little-key .
Little-key .
User

I've testet, is a problem

I also had remove the code, then uploaded and code insert again, and again uploaded. Then sometime it has functioned.
Emptiness before start X5 the local folders Preview and Upload. Then insert the Code and uploaded.

@zwoemti
Hast recht mit der Klasse, müsste aber trotzdem gehen, siehe mein Link.
Aber auch a:link und a:hover allein müssten funktionieren.
Ich habe bestimmt 10x gelöscht und wieder geladen, bis der o.g. Code gefruchtet hat. Schaust Du bei mir oder dem User in den Quellcode, findest Du den Code. Verstehe das nicht.
Hatte auch schon beide Quellcode verglichen... Irgendwas passt im Kopf nicht.

Читать больше
Размещено От Little-key .
Der Zwoemti
Der Zwoemti
Moderator

see screenshot

Читать больше
Размещено От Der Zwoemti
Richard K.
Richard K.
User
Автор

Sad to say I cannot solve this - the color is blue.

Читать больше
Размещено От Richard K.
Little-key .
Little-key .
User

No is white.
I've just clicked the link.

Then delete the browser cache.

Читать больше
Размещено От Little-key .