The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Change color of 'red box' in Calendar?
Is there a way to change the color of the box in the Calendar section that encompasses the day's date? The default color is red, but I think it would be spiffy if it matched my navbar. Please guide me to where this change can be made. I would much appreciate it.
running 3.5.4 |
#2
|
||||
|
||||
In templates 'calendar_edit' and 'calendar_monthly_day':
Find and Change Color: Code:
<td class="alt2" height="50" width="$daywidth" style="padding:0px; border:1px solid red; font-weight:bold" title="$vbphrase[today]"> Find and Change Color: Code:
style="border:1px solid red; |
#3
|
||||
|
||||
I could not find that 'code' in 'calendar edit', but I did find it in 'calendar monthly day' ...
my question is, I want to use color 'CC0066'... How do I code this in properly... ??? |
#4
|
||||
|
||||
Search for similar code -- it's in there, trust me. Try just searching for "red".
You would use: Code:
border:1px solid #CC0066; |
#5
|
||||
|
||||
Cool...the code worked without having to change the 'calendar edit' template. I tried looking for something, but I could not even find the word 'today' in there. Anyway, it changed. THANKS!!!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|