Hi
Yes you can change it . Go to
/templates/ja_playstore/css/themes/light/template.css
Find this code :
html .t3-header, html.homepage .t3-header {
background-color: #222222;
border-bottom-color: #333333;
}
Replace it with
html .t3-header, html.homepage .t3-header {
background-color: transparent;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
Also find this code in same file
html .acm-slideshow .owl-carousel .item .img-header-bottom-mask {
background-color: #eeeeee;
}
replace it with
html .acm-slideshow .owl-carousel .item .img-header-bottom-mask {
background-color: transparent;
}