How To Change The Background Of "Small Month Day Other" On The Calendar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    How To Change The Background Of "Small Month Day Other" On The Calendar

    Change The Background Of "Small Month Day Other" On The Calendar

    vB version 3.0.17 - 3.5.8 - 3.6.5
    Preview:
    Click image for larger version

Name:	calendar_smallmonth_day_other.2.GIF
Views:	1
Size:	35.1 KB
ID:	3703385

    All righty, then I will show you a very simple way of doing this.
    1. Goto Admin CP -> Styles & Templates -> Style Manager [choose style to be edit] -> All Styles Option --> Main CSS --> Additional CSS Definitions [add to second box]---> Click Save
      Code:
      .alt4
      {
      	background-color: #FF0000;
      	color: #FF0000;
      }
      Click image for larger version

Name:	Additional CSS Definitions.2.GIF
Views:	1
Size:	16.1 KB
ID:	3703386
    2. Goto Admin CP -> Styles & Templates -> Style Manager [choose style to be edit] -> All Styles Option --> Edit Templates --> « expand all template groups» --> Calendar Templates « --> calendar_smallmonth_day_other

      vB version 3.0.17
      Find in red:
      Code:
      <!-- a single day from another month on the small calendars -->
      [COLOR="Red"]<td class="smallfont"><em>$day</em></td>[/COLOR]
      Change code to what is in blue.
      Code:
      <!-- a single day from another month on the small calendars -->
      [COLOR="Blue"]<td class="alt4"><span class="smallfont"><em>$day</em></span></td>[/COLOR]
      vB version 3.5.8 - 3.6.5
      Find in red:
      Code:
      <!-- a single day from another month on the small calendars -->
      <td class="[COLOR="Red"]alt1[/COLOR]"><span class="smallfont"><em>$day</em></span></td>
      Change code to what is in blue.
      Code:
      <!-- a single day from another month on the small calendars -->
      <td class="[COLOR="Blue"]alt4[/COLOR]"><span class="smallfont"><em>$day</em></span></td>
    3. Save in Template History? Check: YES -- Comment -- calendar_smallmonth_day_other_colour --> Click Save


    You can change to any color you want...

    Last edited by Jose Amaral Rego; Sun 29 Apr '07, 12:12pm. Reason: Not 'how to' function
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...