[quote=jee-ar]is there any way to customize the BG box of the recent updates field?[/quote]
yes there is..
just do this..
[quote]/* RECENT UPDATE BOX*/
.user_tracker {
color: [b]#HEX COLOR[/b];
background-color: #;
background-image: url([b]IMG URL[/b]);
background-position: center center;
background-repeat: repeat;
border-width: 2px;
border-color: [b]#Hex Color[/b];
border-style: inset;
}
.user_tracker a, .user_tracker a:link, .user_tracker a:visited, .user_tracker a:active {
font-family: [b]font[/b];
font-size: px !important;
font-weight: normal !important;
color: [b]#hex color[/b] !important;
text-decoration: none !important;
}
.user_tracker a:hover {
font-family: [b]font[/b] !important;
font-size: px !important;
font-weight: bold !important;
color: [b]#hex color[/b] !important;
text-decoration: none !important;
}[/quote]
paste in your css extension..