View Single Post

Old 06-06-2007   #3 (permalink)
Sergey Hmelevsky
Subrion Tech Support
 
Join Date: Apr 2007
Posts: 457
Sergey Hmelevsky is on a distinguished road
Default Re: How to modify xooArticles Script Templates

Open file templates/Default/css/cs.css, at the top of this you can see block
PHP Code:
body
{
    
font-familyVerdanaTahomaArialsans-serif;
    
font-size76%;
    
background-color#DAE0EE;
    
background-imageurl('../img/bg.gif');
    
background-positiontop left;
    
background-repeatrepeat-x;
    
color#3E4A62;
    
margin0 0 10px 0;
    
padding0;

and change line
PHP Code:
    background-imageurl('../img/bg.gif'); 
Sergey Hmelevsky is offline   Reply With Quote