Title: Remove Postformat link
Last modified: August 22, 2016

---

# Remove Postformat link

 *  [MG Donny](https://wordpress.org/support/users/daniel-greiner/)
 * (@daniel-greiner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-postformat-link/)
 * I want to delete the post format link underneath the posttitle. (Like Image, 
   Gallery, Quote, etc.) I tried adding this code in my CSS Stylesheet Editor:
 * .entry-format {
    display: none; }
 * Didnt work out.
    Highly appreciate any help here.

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

 *  Thread Starter [MG Donny](https://wordpress.org/support/users/daniel-greiner/)
 * (@daniel-greiner)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-postformat-link/#post-5309876)
 * Here is a link to the [ page ](http://blog.fastbill.com.br).
 * I want to get rid of the Post format link: “Image” with the camera-icon beneath
   the title.
 *  Theme Author [Justin Tadlock](https://wordpress.org/support/users/greenshady/)
 * (@greenshady)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-postformat-link/#post-5310078)
 * The quickest and easiest way to do this is to add the following line of code 
   to your child theme’s stylesheet.
 *     ```
       .post-format-link { display: none; }
       ```
   
 * If you need further help with the theme, I encourage you to check out my professional
   support forum at [Theme Hybrid](http://themehybrid.com).

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

The topic ‘Remove Postformat link’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/stargazer/4.0.0/screenshot.png)
 * Stargazer
 * [Support Threads](https://wordpress.org/support/theme/stargazer/)
 * [Active Topics](https://wordpress.org/support/theme/stargazer/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/stargazer/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/stargazer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Justin Tadlock](https://wordpress.org/support/users/greenshady/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/remove-postformat-link/#post-5310078)
 * Status: not resolved