Hi
I have a small problem, my site is calling on http://itunes.apple.com/us/app/oo/id345450186
<div><a class="bx-btn" href="http://itunes.apple.com/us/app/oo/id345450186" href=""><i class="sys-icon apple"></i> iOS App</a></div>
Which is http and is causing a 'this page is trying to load scripts from an unsafe source' error, and we all know when that happens people think your website is about to reach into their PC's and blow them up. Where would I find this string of code so i can convert it to https://itunes.apple.com/us/app/oo/id345450186 instead of http? in other words what file would this code be written on so i can change it?