PDA

View Full Version : Changing URL colors within posts?


synergy303
06-15-2010, 02:14 AM
I'm trying to figure out a way to change the color of inserted web links within the contents of posts, WITHOUT changing the color of all of the other links on the page (like username's, and the navbar links, etc).

Is there a mod to separates posted URL links from the other links rendered on the page outside of the post contents?

I've been searching for 2 days now, and can't find anything.
I would appreciate the input, guys.

Thank you!
Jim

your24hourstore
06-15-2010, 12:16 PM
i think you could customize this to work for you. just ask the mod maker to help you find the right code for that link
https://vborg.vbsupport.ru/showthread.php?t=238890

Lynne
06-15-2010, 01:38 PM
add to additional.css:
/* change link color in posts */
.postcontent a {color:pink;}

synergy303
06-15-2010, 08:39 PM
add to additional.css:
/* change link color in posts */
.postcontent a {color:pink;}

Lynne, you deserve a raise!

Thanks for the help, that took care of it with zero hassle.

Many thanks!