Dear David Rego Carvalho,
* For the background color of title, go to "templates/sj_worldnews/css/template.css", finding:
div.yt-yttitleflash #breakingnews-title {
background: none repeat scroll 0 0 #FF0033;
border-radius: 5px 0 0 5px;
color: #FFFFFF;
padding: 0;
width: 11%;
}
=>
div.yt-yttitleflash #breakingnews-title {
background: none repeat scroll 0 0 your_color_code;
border-radius: 5px 0 0 5px;
color: #FFFFFF;
padding: 0;
width: 11%;
}
* For the background color of slide, you can change it in the style file.
Example: green style => go to "templates/sj_worldnews/css/color/green.css", finding:
div.yt-yttitleflash .sliderwrapper {
background: none repeat scroll 0 0 #326103;
}
=>
div.yt-yttitleflash .sliderwrapper {
background: none repeat scroll 0 0 your_color_code;
}
Thanks