• Hi,

    I would like to make the featured images all be color and not have a hover effect. I was able to do this for macs in the css but it’s not working on PC. Any suggestions?

    Also, I changed the size of the featured image to be more like a square, how do I get the full image in there without it cropping it randomly?

    Any help would be greatly appreciated! If you need to see the site it is https://www.tootsiebellittera.com

    Thanks.
    Janine

Viewing 1 replies (of 1 total)
  • edit the virtual template ‘postformat.php’ and change the parameters of this line

    <?php bfa_thumb( 620, 180, true, '<div class="thumb-shadow"><div class="post-thumb">', '</div></div>' ); ?>
    to
    <?php bfa_thumb( width, height, true, '', '' ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Images in Montezuma Theme’ is closed to new replies.