PDA

View Full Version : Make links in forum post stand out more


DF031
02-05-2013, 09:24 AM
...

LifesGreatestGift
02-05-2013, 11:25 AM
try adding something like this to additional.css

.postbit .postcontent a, .postbitlegacy .postcontent a {font-weight:bold !important;text-decoration:underline !important;}

may need to tweak it, and if there is already a stylesheet

Disco_Dave
02-05-2013, 12:38 PM
try adding something like this to additional.css

.postbit .postcontent a, .postbitlegacy .postcontent a {font-weight:bold !important;text-decoration:underline !important;}

may need to tweak it, and if there is already a stylesheet

Thanks for this, is it possible to make the text colour a url background?

LifesGreatestGift
02-05-2013, 03:56 PM
not sure what you mean by 'text colour a url background'

you can set the color of the link by doing this


.postbit .postcontent a, .postbitlegacy .postcontent a {font-weight:bold !important;text-decoration:underline !important;color:#ff0000 !important;}

Amaury
02-05-2013, 03:59 PM
You can edit these variables:

link_color
link_hover_color

LifesGreatestGift
02-05-2013, 04:22 PM
You can edit these variables:

link_color
link_hover_color

that will edit links on the entire site, he just wants to edit the post content links. There is no stylevar for post content links.

LifesGreatestGift
02-05-2013, 04:29 PM
Well, change it to suite your color of choice as the current code will make links red, but yes, add it to additional.css

DF031
02-05-2013, 05:04 PM
...

Disco_Dave
02-06-2013, 07:14 AM
not sure what you mean by 'text colour a url background'

you can set the color of the link by doing this


.postbit .postcontent a, .postbitlegacy .postcontent a {font-weight:bold !important;text-decoration:underline !important;color:#ff0000 !important;}


We use a background url for some elements of our site, just wondering if this possible for text colours to be a url colour. Hope that makes sense.

DF031
04-29-2013, 04:57 AM
...