Hello, I started fixing my problem by reading your responses to similar threads, but I don’t know how to access framework/extensions/stylizer.php. How can I find that? Once I do find it, what action do I take in the php file?
A website I found via Google search says that, since my website is regular http and only the shopping cart uses https, I should remove http: from the CSS so that the browser can insert http or https as needed, avoiding errors. What’s your advice?
Ex:
url(http://fonts.googleapis.com/css?family=Raleway:400,700,600,500);
should become
url(//fonts.googleapis.com/css?family=Raleway:400,700,600,500);