Title: Styling inside iframe
Last modified: August 21, 2016

---

# Styling inside iframe

 *  [Jon Brown](https://wordpress.org/support/users/jb510/)
 * (@jb510)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/styling-inside-iframe/)
 * The direction here:
    [http://help.disqus.com/customer/portal/articles/545277](http://help.disqus.com/customer/portal/articles/545277)
 * Don’t seem to work at all.
 * `#disqus_thread { width: 300px; }`
 * works fine, but targeting anything inside the iframe fails.
 *     ```
       /* Disqus */
       #disqus_thread #global-nav li#post-count h4 {
       	color: #999;
       }
   
       #disqus_thread #global-nav {
           border-bottom: 1px #999 solid;
           padding-bottom: 10px;
       }
       ```
   
 * doesn’t work, nor does
 *     ```
       /* Disqus */
       #global-nav li#post-count h4 {
       	color: #999;
       }
   
       #global-nav {
           border-bottom: 1px #999 solid;
           padding-bottom: 10px;
       }
       ```
   
 * What a bit odd, is that they do work in the web inspector, inspector stylesheet,
   they just don’t work from my stylesheet (or from the web inspector editing style.
   css)
 * Really seems like this should be entered in the disqus admin so they’re inside
   the iframe but I can’t find anywhere to do that.
 * Is this hopeless? Is there any way to style elements inside the iframe? I’m assuming
   I can’t inject it via JS since it’s an another domain.
 * [http://wordpress.org/plugins/disqus-comment-system/](http://wordpress.org/plugins/disqus-comment-system/)

The topic ‘Styling inside iframe’ is closed to new replies.

 * ![](https://ps.w.org/disqus-comment-system/assets/icon.svg?rev=1636350)
 * [Disqus Comment System](https://wordpress.org/plugins/disqus-comment-system/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/disqus-comment-system/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/disqus-comment-system/)
 * [Active Topics](https://wordpress.org/support/plugin/disqus-comment-system/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/disqus-comment-system/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/disqus-comment-system/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Jon Brown](https://wordpress.org/support/users/jb510/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/styling-inside-iframe/)
 * Status: not resolved