Elxis CMS Forum
Support => General => Topic started 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
-
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
/* ********* 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;
}
-
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...
-
thanks
I installed it
will check it out
thanks