I'm using a theme on a wordpress site that has this url: href='http://fonts.googleapis.com/ (this makes the ssl pages insecure).
I need to change the above link globally to this url: href='//fonts.googleapis.com/ (this link makes the ssl pages secure).
This one link is on all the pages of my website including, the registration page and login page. The content at my website is insecure because of this link and a warning message is stated to visitors, that this website content is not secure and your information could get replaced or hacked.
I was able to change this link in one place in the child theme. Now that one page is secure. I viewed the source and found the insecure link that is coming from the template not the web pages. I used whynopadlock.com which showed me the insecure link. I sent message to support and no answer yet. How do I globally change this one link in wordpress theme? I'm using wordpress version 4.0 and the theme is Evolve Lite. I want to keep this theme if I can fix the problem. I'm a newbie and I know very little php.