Dear Youness tallih,
Please go to "templates/smart_news25/css/template.css", finding:
body {
background: none repeat scroll 0 0 #FAF9F9;
color: #525252;
font-family: Arial,Helvetica,sans-serif;
line-height: 1.6em;
}
=>
body {
background: none repeat scroll 0 0 #dddbdb;
color: #525252;
font-family: Arial,Helvetica,sans-serif;
line-height: 1.6em;
}
-----------------
#yt_header {
background: none repeat scroll 0 0 #FAF9F9;
height: 175px;
}
=>
#yt_header {
background: none repeat scroll 0 0 #dddbdb;
height: 175px;
}
-----------------------
#yt_footer {
background: none repeat scroll 0 0 #FFFFFF;
height: 50px;
}
=>
#yt_footer {
background: none repeat scroll 0 0 #dddbdb;
height: 50px;
}
Thanks