Page 1 of 1

SideBar : Change -only- background color Categories ?

Posted: Fri Apr 15, 2005 12:13 am
by stef
hi !

I would like to change Categories background color. not all SideBar background color...

is it possible with CSS ? or should i use (and learn...) the Smarty templating system for that

thanks a lot

Re: SideBar : Change -only- background color Categories ?

Posted: Fri Apr 15, 2005 10:26 am
by garvinhicking
You can change it via:

Code: Select all

.container_serendipity_category_plugin {
 background-color: red !important;
}
in your CSS :)

(Using recent 0.8 Serendipity)

Regards,
Garvin

Posted: Fri Apr 15, 2005 3:45 pm
by stef
Ok, thank you, this is the way :)

exact syntax is
.container_serendipity_categories_plugin {
background-color: red !important;
}