Title: yanzar's Replies | WordPress.org

---

# yanzar

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] How to change color of mobile menu font](https://wordpress.org/support/topic/how-to-change-color-of-mobile-menu-font/)
 *  Thread Starter [yanzar](https://wordpress.org/support/users/yanzar/)
 * (@yanzar)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-change-color-of-mobile-menu-font/#post-7026111)
 * wow! Thx dude! That helped. I learn every day 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Sixteen] How to change color of mobile menu font](https://wordpress.org/support/topic/how-to-change-color-of-mobile-menu-font/)
 *  Thread Starter [yanzar](https://wordpress.org/support/users/yanzar/)
 * (@yanzar)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/how-to-change-color-of-mobile-menu-font/#post-7026088)
 * zartech-consulting.com
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Full width featured image on Twenty Sixteen](https://wordpress.org/support/topic/twenty-sixteen-full-width-featured-image/)
 *  [yanzar](https://wordpress.org/support/users/yanzar/)
 * (@yanzar)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/twenty-sixteen-full-width-featured-image/#post-6850307)
 * Problem solved. Had a bug in my css code.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Full width featured image on Twenty Sixteen](https://wordpress.org/support/topic/twenty-sixteen-full-width-featured-image/)
 *  [yanzar](https://wordpress.org/support/users/yanzar/)
 * (@yanzar)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/twenty-sixteen-full-width-featured-image/#post-6850305)
 * Jan, sorry for referring to the apparently solved problem. But I have inserted
   your code into the child functions.php , but it does not work. What can be wrong?
 *     ```
       <?php
       add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
       function theme_enqueue_styles() {
           wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
   
       }
   
       function twentysixteen_post_thumbnail() {
       	if ( post_password_required() || is_attachment() || ! has_post_thumbnail() ) {
       		return;
       	}
   
       	if ( is_singular() ) :
       	?>
   
       	<div class="post-thumbnail">
       		<?php the_post_thumbnail( 'full' ); ?>
       	</div><!-- .post-thumbnail -->
   
       	<?php else : ?>
   
       	<a>" aria-hidden="true">
       		<?php the_post_thumbnail( 'full', array( 'alt' => the_title_attribute( 'echo=0' ) ) ); ?>
       	</a>
   
       	<?php endif; // End is_singular()
       }
   
       ?>
       ```
   
 * site page: [http://www.zartech-consulting.com/methods/](http://www.zartech-consulting.com/methods/)

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