PDA

View Full Version : Calender Highlight Color


neverrain
06-19-2004, 07:53 PM
How do I edit the color the mini-calender highlights (day wise)?

I've looked through the templates and can't seem to find it. I see the style="" code when I look at my frontpage HTML but like I said, I still can't seem to locate it in the styles manager.

neverrain
06-23-2004, 10:07 PM
Isn't there any answer to this question?

Our Sponsors
 

DarknessDivine
06-23-2004, 11:18 PM
I believe it's under vbulletin style options..it's whatever color you pick as your table border color..I am pretty sure..

neverrain
06-23-2004, 11:38 PM
It's set to the below but it still shows red in that one area. I also looked through the entire style manager and couldn't locate that red color anywhere.

border: 1px solid #5A5E45;

Our Sponsors
 

neverrain
06-23-2004, 11:54 PM
If you look at the portal source in your browser you will see this code.

<!-- a single day on the small calendars -->
<td class="alt1" style="border:solid 1px red; font-weight:bold" title="Today">

How would I go about finding that in the styles manager or templates manager? I believe that is where you would edit it.

mholtum
06-24-2004, 12:32 AM
admincp / Styles & Templates / Search in Templates is where I would start. But that is me :)

Brian
06-24-2004, 11:44 AM
I believe that's hardcoded into one of the calendar templates. Just search your templates for 'red' and you should find it. ;)