Hi, I was wondering if anyone could advise me which file you can edit how an autolink is dispolayed?
I assume its in one of the theme style sheets but I don;t know which one.
Thanks!
Phil
Hi Phil,
It does not matter if your custom theme does not have the autolink CSS class. You must simply add it, at the end of any of your custom theme CSS file.
Here is an example:
a.autolink:link,
a.autolink:visited {
color: white;
background: gray!important;
}
Note that you may have to add the !important rule (to override e.g. some "a" rules in the standard or your own custom theme).
See attached result.
Joseph

Hi guys, sorry about my late reply, I don't seem to get notifications when people post to my threads (anyone know how to amend this? All I can see is getting suscriptions for the entire forum, rahter than just threads you post in??)
Thanks for your help with this, I've managed to get it sorted now.
If my memory serves me correctly, I believe I added very similar lines as your example Joseph.
(Example of outcome below)
Thanks again!
Thanks for your help with this, I've managed to get it sorted now.
If my memory serves me correctly, I believe I added very similar lines as your example Joseph.
(Example of outcome below)
Thanks again!

