Elxis CMS Forum

Support => General => Topic started by: ROUBOS on June 22, 2010, 01:51:33

Title: Content item css classes [SOLVED]
Post by: ROUBOS on June 22, 2010, 01:51:33
What are the content items displayed in the main body CSS classes?
I want to modify the way they are displayed in the main page ...

I managed to change the blogleading but not the rest of them displayed under it
thanks
Title: Re: Content item css classes
Post by: ROUBOS on June 22, 2010, 02:42:10
This is what I got now. But when I insert a style for the div.blog, it display an empty item on the main index page

Code: [Select]
/* ********* BLOG **************** */
div.blogleading {
background-color: #eeeeee;
padding: 10px;
border: 1px solid #6699ff;
margin: 0px 5px 5px 0px;
}

div.blogrow {
background-color: #fff;
padding: 10px;
border: 1px solid #6699ff;
margin: 0px 5px 5px 0px;
width:auto;
}
Title: Re: Content item css classes
Post by: apkoutsou on June 22, 2010, 13:03:17
The best way to do that is to install WebDevelopment Tools extension on Firefox and use the "Display CSS Information" (Ctrl+Shift+Σ). Then the css class name will be displayed when the cersor hovers an item using it...
Title: Re: Content item css classes
Post by: ROUBOS on June 22, 2010, 15:58:09
thanks
I installed it
will check it out
thanks