Dear paola di cairano,
Is your mean that your Template Style is 'Red' theme, you want set white background of logo?
You can go to your_site/templates/sj_snap/css/template-red.css and find:
#yt_header #yt_logoposition h1 {
background-color: rgba(0, 0, 0, 0.5);
height: 124px;
margin: 0;
text-align: center;
width: 200px;
}
=>
#yt_header #yt_logoposition h1 {
background-color: rgba(255, 255, 255, 0.5);
height: 124px;
margin: 0;
text-align: center;
width: 200px;
}
Thanks