PDA

View Full Version : Additional CSS Help....


j1mmy
11-10-2008, 08:20 PM
Currently, I believe I have a set color for URL on the website, this is fine for the time being. Though I would like to change the URL insert into POSTS ONLY into a different color. I'm not too familiar with additional CSS in vB...

mikewastaken
11-11-2008, 12:54 AM
as far as I know, you'd have to load up the template and add your own css, which isn't that difficult, if I understand you correctly.

j1mmy
11-11-2008, 03:46 PM
So how would I go about writing and implementing this CSS, we can give it a try...

j1mmy
11-14-2008, 11:58 PM
Bump!

Lynne
11-15-2008, 02:00 AM
One way to do it is to add a new class for your links at the bottom of Styles & Tempaltes > Styles Manager > find your style > Main CSS > Additional CSS. See this page for help writing links for a class (at the bottom of the page) - http://www.echoecho.com/csslinks.htm

Then in the postbit (_legacy) templates, add the class to the div tag surrounding the message - <div id="post_message_$post[postid]" class="myclass"> I think that should work, but haven't tried it.