PDA

View Full Version : any 1 plz help me


kalyan
08-20-2010, 01:22 PM
hai all
actually we r using vbulletin4.0.5,so i want to change the default font of the site and thread discription in red colour
one more thing in the bottom of the mainhome page of our forum "Total members that have visited the forum today","Members With Highest Post Count"are showing in bold
so i want remove this bold option is it possible plz tell me as soon as possible
thanks in advance
waiting for ur replies

Lynne
08-20-2010, 02:08 PM
Please post a link to your site and an image showing us exactly what you are wanting to change.

kalyan
08-20-2010, 02:33 PM
<a href="http://lazyden.com/forum.php....this" target="_blank">http://lazyden.com/forum.php....this</a> is the link of the forum

attached 2 images
in image 1
1.)i would to change the colour of sub forums(thread discription),telugu dvd and HD rips colour
2.)in second round u can c english movies ....i want to change the font

in image 2
in the shown circle all info is in bold letters ...so i want 2 remove this bold
thank u

Lynne
08-20-2010, 04:37 PM
subforums are "body a" which is the stylevar "link_color". That stylevar will affect a lot of areas so you probably just want to write your own CSS for that, like:
.subforum a {color: blue;}

When you say you want to change the font, do you mean like Helvitica, Times, etc? You can probably change it by writing some CSS like:
#wgo {font: whatever;}

kalyan
08-21-2010, 02:43 AM
subforums are "body a" which is the stylevar "link_color". That stylevar will affect a lot of areas so you probably just want to write your own CSS for that, like:
.subforum a {color: blue;}

When you say you want to change the font, do you mean like Helvitica, Times, etc? You can probably change it by writing some CSS like:
#wgo {font: whatever;}

ok bro...thanks a lot
if dont mind can u plz tell me where i have to do these changes....step by step
thank u

Lynne
08-21-2010, 03:25 AM
You would add the CSS to the additional.css template.