PDA


View Full Version : Font colors


Synthpsi
02-07-2006, 04:17 PM
Hi all, just have a quick question regarding a custom skin on my site.

Site - Http://www.adlehyde.com

I just finished installation of a new skin on my site and as you can see I lost the little avatar portrait thing near the login box and a lot of the headers for the modules are a very difficult to read dark grey at the moment. I tried hunting it down in my VB style options but only made it worse. Any help would be much appreciated.

Brian
02-07-2006, 04:48 PM
For the images, Admin CP => Style Manager => {select style} => All Style Options. Go there and scroll down to your CSS classes. You'll notice some of them have a url() tag in them that looks something like this:

#465F82 url(images/new_style/gradients/gradient_tcat.gif) repeat-x top left

You need to change the URL for each of those so it looks something like this:

#465F82 url(/forum/images/new_style/gradients/gradient_tcat.gif) repeat-x top left