View Full Version : would like to change the colors of linked text in template
nekiw
03-06-2010, 05:49 PM
right now there no difference on the theme little black which I use from regular text.
I would like links to be black in color instead of grey which it is now.
please help me out :)
Lynne
03-06-2010, 08:17 PM
Add to additional.ccs, modify to fit your needs:
/* change link color in posts */
.postcontent a {color:pink;}
nekiw
03-07-2010, 04:29 AM
Hi, thank you for your info.
Anyone of you in here who can explain to me exactly what file to open and modify to get example pink link texts in all posts?
princeedward
03-07-2010, 08:01 AM
Hi, thank you for your info.
Anyone of you in here who can explain to me exactly what file to open and modify to get example pink link texts in all posts?hi there...if you didn't understand what Lynne said....here it goes
GO > ACP > STYLES & TEMPLATES > SEARCH IN TEMPLATES: additional.css > FIND
NOW: click to open the template (red) and add the code...below
/* change link color in posts */
.postcontent a {color:pink;}
Save & Reload To Check
you can adjust the red to your own desire color....but i guess PINK is Lynne fave color so leave it as is...:p
Finally if all okay save it...
hope this helps you now clearly...or else...
best regards
:p
nekiw
03-07-2010, 08:50 AM
thank you very much :)
Lynne
03-07-2010, 05:53 PM
you can adjust the red to your own desire color....but i guess PINK is Lynne fave color so leave it as is...:p
Actually, I dislike pink. However, when testing if some css works, pink really shows up and is easy to spot. :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.