Title: Wilhelm Burger's Replies | WordPress.org

---

# Wilhelm Burger

  [  ](https://wordpress.org/support/users/phpcodingmaster/)

 *   [Profile](https://wordpress.org/support/users/phpcodingmaster/)
 *   [Topics Started](https://wordpress.org/support/users/phpcodingmaster/topics/)
 *   [Replies Created](https://wordpress.org/support/users/phpcodingmaster/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/phpcodingmaster/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/phpcodingmaster/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/phpcodingmaster/engagements/)
 *   [Favorites](https://wordpress.org/support/users/phpcodingmaster/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Featured Image not showing in posts or on posts page](https://wordpress.org/support/topic/featured-image-not-showing-in-posts-or-on-posts-page/)
 *  [Wilhelm Burger](https://wordpress.org/support/users/phpcodingmaster/)
 * (@phpcodingmaster)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/featured-image-not-showing-in-posts-or-on-posts-page/#post-13333378)
 * Glad I could help 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Featured Image not showing in posts or on posts page](https://wordpress.org/support/topic/featured-image-not-showing-in-posts-or-on-posts-page/)
 *  [Wilhelm Burger](https://wordpress.org/support/users/phpcodingmaster/)
 * (@phpcodingmaster)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/featured-image-not-showing-in-posts-or-on-posts-page/#post-13331669)
 * Hi,
 * I have checked the CSS and the opacity is set to 0.
 * You can resolve the issue by changing the opacity in the page builder to **1**
   or by adding the custom css below.
 *     ```
       .elementor-kit-512 img {
           opacity: 1;
       }
       ```
   

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