Log in

View Full Version : How do I change the color of the links posted within the threads.


fireboxssl
03-07-2009, 10:56 PM
I would like to change the color of the links posted within the threads.

Any help would be appreciated.

Thanks

Lynne
03-07-2009, 10:58 PM
This should help you find the class. Then go to Styles Manager > find style > Main CSS and change the link color there.

Thread Template (http://www.vbulletin.com/docs/html/color_maps_thread)

fireboxssl
03-08-2009, 01:13 AM
Thanks Lynne

I tried the 12. First Alternating Color - Background CSS Selector: alt1, alt1Active but that did not work out :)

I would like to have links in blue just like the one you have posted.

Any other ideas?
( Ps. this is a custom skin )

Lynne
03-08-2009, 04:00 AM
It shoudl be the First Alternating Color if the style is default (or the skin designer used the same class), but since you want to change the links, you should be modifying that part of the class (Normal Links CSS, Visited Links CSS, etc), not the Background CSS.

fireboxssl
03-09-2009, 12:29 AM
That is what I have tried but it changes the links color on the home page. And then I just started changing everything in hopes I may get lucky :) but looks like the skin that I am using is a little more difficult then I thought.

Thanks for your help.

Lynne
03-09-2009, 03:30 AM
If you change it for the class alt1, then yes, it will change it everywhere. You could add another class to the message area - class="alt1 yourclass" - and then define the links for "yourclass" at the bottom of the Main CSS page under Additional CSS Definitions. See this page for help - CSS Links - CSS tutorial (http://www.echoecho.com/csslinks.htm)