---
title: "Theme does not render properly on Cloud IDE"
date: "2023-09-29T17:30:41+00:00"
summary:
image:
type: "article"
url: "/acquia-cloud-platform/help/94016-theme-does-not-render-properly-cloud-ide"
id: "32121f7b-4297-4d59-ae3a-702dd5dada35"
---

At times, the website theme may not appear properly on Cloud IDE due to several reasons. If you encounter the error message "Mixed Content" in the console of the IDE URL, it means that the page is hosted on HTTPS, but certain stylesheet requests are made insecurely over HTTP, causing the request to be blocked.   
  
This happens because Cloud IDE is hosted on HTTP, and many HTTP requests get blocked by the browser. Consequently, the loading request for many theme files gets rejected, and the website theme may not render correctly.

### **Resolution:**

To fix this error, you can enable mixed content in your browser.

### **Chrome:**

1.  Click the lock (caution) icon, then click **Site settings**.
2.  Scroll to **Insecure content**, then use the drop-down list to change “Block (default)” to “Allow.”
3.  Reload the page.

###   **Mozilla Firefox**

1.   In Firefox, enter `about:config` in the address bar.
    
2.   Acknowledge the warning message displayed by Firefox.
3.   In the search bar, type `block_active.`
4.  Double-click `**security.mixed_content.block_active_content**` . The value changes from “True” to “False.” When the value shows “False,” you are finished.

###    **Microsoft Edge** 

1.  Click the lock (caution) icon, then click **Site Permissions**.
2.  Scroll to **Insecure content**, then use the drop-down list to change “Block (default)” to “Allow”.
3.  Reload the page.