Hi, what CSS tag do you edit to only change the color of the links that people can post. ie. www.google.com Thanks
In the postbit and postbit_legacy templates you can place a div with a class and stylize the class variable via the style sheet. So, <div class="postbitlinks"></div> wrapped around the stuff in the postbit and then in your stylesheet something like so: .postbitlinks a:link { color: blue; }