How to edit number of columns by default in shop?

Love the theme, I'm running into an issue adjusting the 'theme-woocommerce.php' file to reflect a change of 3 to four columns by default in the shop area. I really believe this number is something that should be accessible from the BeTheme options area, but I went into the file (theme-woocommerce.php) to modify this line:
add_filter( 'loop_shop_columns', create_function( false, 'return 3;' ) );
Changed the 3 to a 4, yet there are still three columns appearing by default in the shop (product category views, etc). Help?

Comments

Sign In or Register to comment.