PDA

View Full Version : Heading Color on Search Results



cmsdigi
06-03-2005, 07:17 PM
I've gotten nearly everything changed in my template to match my existing site, however I cannot figure out where to change the heading color in the search results page.

I'm assuming its in vertical.php, but nothing I change makes a difference. I even searched for its hex# in the entire OR folder and found nothing. So now I'm thinking it has to be an image, but can't seem to get any changes from that either. :confused: :confused:

Here's a screen shot of what I'm talking about. I'm running this on a local machine or I'd give a link to the whole site. I want to be able to change that murky blue to a different color...

http://64.246.15.53/~perfectp/header.jpg

XantosNew
06-04-2005, 02:21 AM
in vertical.php
change the color in the function:

.browse_tool_curpage {
background-color: silver;
color: #000000;
}