Search code examples
c#dotnetnukedotnetnuke-7

Need to change header link href from Dotnetnuke 7 C#


I have one website which is in Dotnetnuke 7. I need to change the header of the existing page link of the href.

It is showing errors like

requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Muli:400,300,300italic,400italic'. This request has been blocked; the content must be served over HTTPS.

I am not finding which page has this.

Is anyone know that? how can I solve that problem?


Solution

  • I have checked that time I got below solutions. And it is working fine.

    1. <script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js" type="text/javascript"></script>
    2. <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js" type="text/javascript"></script>