Title: Media Technical Details
Last modified: August 24, 2016

---

# Media Technical Details

 *  [cthorlton](https://wordpress.org/support/users/cthorlton/)
 * (@cthorlton)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/media-technical-details/)
 * How do you hide the technical details of a media file at the bottom an attachment
   page? Do I need to edit the code, or can I do this by simply hiding a section
   of the page footer?
 * [http://www.collinthorlton.com/?attachment_id=66](http://www.collinthorlton.com/?attachment_id=66)

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

 *  [Melissa](https://wordpress.org/support/users/emdashing/)
 * (@emdashing)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/media-technical-details/#post-6168802)
 * Hey Collin,
 * You can add this bit of code to your child theme or use a plugin like [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/):
 *     ```
       .entry-exif {
         display: none;
       }
       ```
   
 * Your site is looking lovely already!
 *  [Melissa](https://wordpress.org/support/users/emdashing/)
 * (@emdashing)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/media-technical-details/#post-6168803)
 * I should clarify, you’d add that CSS to your child theme’s `style.css` file… 
   🙂
 *  Thread Starter [cthorlton](https://wordpress.org/support/users/cthorlton/)
 * (@cthorlton)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/media-technical-details/#post-6168896)
 * Thank You Melissa,
    Excuse my lack on knowledge on the subject, but I’m not sure
   i know where to edit the child theme’s style.css file.
 *  [Melissa](https://wordpress.org/support/users/emdashing/)
 * (@emdashing)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/media-technical-details/#post-6168924)
 * Hmm. In that case, you might be better off installing that plugin I mentioned
   above. It will create a new tab under the _Appearances_ menu that says something
   like **Custom CSS**. You can just copy and paste that code into the editor on
   that screen. 🙂
 * If you want to learn more about child themes though, we have [a blog post about it](https://thethemefoundry.com/blog/wordpress-child-theme/)
   that provides a general/conceptual overview, and some helpful tutorials on our
   site:
 * * [Editing CSS and template files](https://thethemefoundry.com/tutorials/basic-customization-editing-css-and-template-files/)
   *
   [Installing the child theme](https://thethemefoundry.com/docs/make-docs/advanced/installing-child-theme/)
 * Hope that helps. 🙂
 *  Thread Starter [cthorlton](https://wordpress.org/support/users/cthorlton/)
 * (@cthorlton)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/media-technical-details/#post-6168938)
 * I tried a few things, but I did get the desired result. I downloaded both the
   Child Theme Generator and the Simple Custom CSS plugins. The CSS plugin didn’t
   help much but after I figured out how to use the child theme and edit the small
   amount of code I needed to I achieved a successful result.
    Thanks!

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

The topic ‘Media Technical Details’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/make/1.10.10/screenshot.jpg)
 * Make
 * [Support Threads](https://wordpress.org/support/theme/make/)
 * [Active Topics](https://wordpress.org/support/theme/make/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/make/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/make/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [cthorlton](https://wordpress.org/support/users/cthorlton/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/media-technical-details/#post-6168938)
 * Status: not resolved