• 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

    (@bensibley)

    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.