Developer forum

Forum » Rapido » Colour hyperlink in form

Colour hyperlink in form

Gerard Kocks
Gerard Kocks
Reply

Is it possible to change the colour of the hyperlink in a form?
We would like to make a hyper link of 'actievoorwaarden', but default colour of a hyperlink is white.
I tried to change it with HTML but did not succeed yet.
Can someone help me with this?

Actievoorwaarden.png

Replies

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply

Hi Gerard

I think the color follows the setting in website settings. To change it globally, go to website settings and locate "link color" and "link active color", just below the button settings. 

 

Best regards
Karsten Thuen

 
Gerard Kocks
Gerard Kocks
Reply

Hello Karsten,

Thanks for your reply. We did set the website settings, buts for the whole website the colour we set is white (and it should be).

In this form we have a white background, that is why I wonder how to make an exception. 
Do I understand correct that this is not possible?

Best regards
Gerard

 

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply

Hi Gerard

Now I have investigated this a bit further on your site. The text that you are referring to on the image is actually not a link, but a checkbox label. Are you sure you have created a link here? If it is a real link, we may be able to find a solution.

Just to note, the current blue color for the label, comes from website settings and is the body text color.

 

Best regards
Karsten Thuen

 
Gerard Kocks
Gerard Kocks
Reply

Hello Karsten,

I made a link of it now (only the word 'actievoorwoorden'), but you only see it when you hoover of course ;-).
Hope you have a solution for me.

Best regards
Gerard

 
Nicolai Pedersen
Reply

Simply add your own class to override the combination of label/a in your custom css:

label a{color:pink;}

 

You must be logged in to post in the forum