Title: featured image resize
Last modified: August 22, 2016

---

# featured image resize

 *  [cphx](https://wordpress.org/support/users/cphx/)
 * (@cphx)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/featured-image-resize-1/)
 * hello,
 * first of all great theme and great support 🙂 most of things i’ve done already,
   however I’ve tried change few more things and couldnt resolve it by my own.
 * Okay, one thing done while writing this post. So only featured image left. I 
   changed its bottom padding, but I would like also to crop it on the left and 
   right. padding-left/right doesnt work.
 * One more thing: how to change font color from menu, footer etc? Tried few things
   but cant make it working..
 * At the moment this is it, thanks for your work. My site: podroniczy.com.
 * Kind regards,
    cphx

Viewing 1 replies (of 1 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/featured-image-resize-1/#post-5621495)
 * Sure, so the images will be cropped on the left and right if they are wider than
   featured-image container. If you increase the padding-bottom value to make the.
   featured-image taller, the images will then crop on the sides instead of the 
   top.
 * For changing the menu color, try the following:
 *     ```
       #menu-primary a,
       #menu-primary a:link,
       #menu-primary a:visited {
         color: #56f56f !important;
       }
       ```
   
 * That will change the color of the primary menu items to green (so you’ll know
   it’s working). You can then change the “#56f56f” value to any color you’d like.
   The color for any other element on the site can be changed the same way.

Viewing 1 replies (of 1 total)

The topic ‘featured image resize’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/featured-image-resize-1/#post-5621495)
 * Status: not resolved