Elxis CMS Forum

Extensions => Modules => Topic started by: armpouniotis on February 03, 2009, 16:31:43

Title: About "Table - Content Category"
Post by: armpouniotis on February 03, 2009, 16:31:43
Hi all !

I have made an "Table - Content Category" item in main menu.

How do I change the background color of the displayed items shown in the mainbody ?

Thank you in advance
Title: Re: About "Table - Content Category"
Post by: Farhad Sakhaei on February 03, 2009, 16:35:39
By editing the CSS

/templates/YOUR-TEMPLATE-NAME/css/customize.css
Title: Re: About "Table - Content Category"
Post by: armpouniotis on February 03, 2009, 22:27:06
Yes,

I have edit the classes:

 sectiontableentry1
 sectiontableentry2

but nothing happens...

Any recommendations ?
Title: Re: About "Table - Content Category"
Post by: Farhad Sakhaei on February 03, 2009, 22:52:54
Modify these classes :
Do like these ...

Code: [Select]
ul.table li.row0,
ul.table li.sectiontableentry1 {
background-color: #206069;
padding: 4px;
}
ul.table li.row1,
ul.table li.sectiontableentry2 {
background-color: #173E4C;
padding: 4px;
}

Don't forget to use CTRL+F5 after made your changes
Title: Re: About "Table - Content Category"
Post by: armpouniotis on February 04, 2009, 13:26:41
thank you very much !

it works !

:)
Title: Re: About "Table - Content Category"
Post by: Farhad Sakhaei on February 04, 2009, 13:46:05
Your welcome  :)