Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter josnad01

    (@josnad01)

    Found a work around…

    To ‘get around’ this issue edit the virtual template ‘postformat.php and change the line
    HTML Code:
    <?php bfa_thumb( 620, 180, true, '<div class="thumb-shadow"><div class="post-thumb">', '</div></div>' ); ?>
    to HTML Code:
    <?php bfa_thumb( 620, 180, true, '', '' ); ?>

    You lose the shadow functionality though.

Viewing 1 replies (of 1 total)