Title: Making things transparent
Last modified: August 30, 2016

---

# Making things transparent

 *  [Gesten](https://wordpress.org/support/users/gesten/)
 * (@gesten)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/making-things-transparent/)
 * I’m just trying to get some help with the coding because I’m pretty rudimentary
   with it. My website is Mezenen.com and I’m trying to get the comments box to 
   be transparent, I’ve been wracking my brain trying to get it to work. I’m using
   a child theme. I’d like to get rid of the footer too if possible.
 * Thanks for any help

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/making-things-transparent/#post-6625800)
 * Comment box:
 *     ```
       .entry-footer {
       background: transparent;
       }
       ```
   
 * Footer:
 *     ```
       .site-info (
       display: none;
       }
       ```
   
 *  [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/making-things-transparent/#post-6625802)
 * You should take a look at these development tools and how to use them. These 
   are for Mozilla, but most browsers have dev tools that work pretty much the same
   way. This should help you with your css development.
 * [http://themesandco.com/snippet/firebug-best-spent-6-minutes/](http://themesandco.com/snippet/firebug-best-spent-6-minutes/)
   
   [http://getfirebug.com](http://getfirebug.com)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Making things transparent’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [David_G](https://wordpress.org/support/users/questas_admin/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/making-things-transparent/#post-6625802)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
