Hi folks,
I need to change the background color of ADMIN/MODERATOR (top) BAR in the frontpage of the forum.
I edit the EXTRA.CSS template with the following code:
but ... this code just changed the middle of the bar. The left and right sides still standard BLUE.
Anyone has any clues how could i change the whole bar to a RED BACKGROUND?
regards,
JR
I need to change the background color of ADMIN/MODERATOR (top) BAR in the frontpage of the forum.
I edit the EXTRA.CSS template with the following code:
Code:
#moderatorBar .pageContent
{
background-color: red;
}
but ... this code just changed the middle of the bar. The left and right sides still standard BLUE.
Anyone has any clues how could i change the whole bar to a RED BACKGROUND?
regards,
JR