Please or Register to create posts and topics.

Link / URL Colour Change?

Is it possible to change the colour of clickable links / URL’s within the posts of my forum somehow? At the moment it is not very obvious that the links are clickable as they are the same colour as the text… is there a way we can make them the same colour as the Accent colour? or just a custom colour in general… The colour I want my links to be is #ff00ff , if you could help me sort this then you are amazing!! Thanks in advance 🙂

Hello @different-drumz

Currently Asgaros Forum uses the “Forum color” which you have defined in the settings for your links. If you want to change it you can try to add the following CSS-code to your theme:

#af-wrapper a {
    color: green !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Perfect, that’s all fixed now, Thanks a million!

Asgaros has reacted to this post.
Asgaros