featured images – around 720 x 380 (960 x 600 will scale)
=========================================
Mods
Vantage Theme
Remove text from archive page
vantage/inc/template-tags.php
line 367 &/or 400
Remove text ” Category Archives:”
$title = sprintf( __( ‘ %s’, ‘vantage’ ), ‘<span>’ . single_cat_title( ”, false ) . ‘</span>’ );
Line 400 – amended to
$title = __( ‘-‘, ‘vantage’ ); (swap ‘-‘ for ‘Archives’)