1) go to the the folder ...wp-content/themes/Ataualpa/functions
2) edit bfa_get_options.php
3) scroll to the bottom and locate line 504 which wil be:
HTML Code:
// $bfa_ata['h1_on_single_pages'] turn the blogtitle to h2 and the post/page title to h1 on single post pages and static "page" pages
HTML Code:
// patch to remove sidebars from woocommerce pages $classes = get_body_class(); if (in_array('woocommerce-page',$classes)) { $left_col = "off"; $left_col2 = "off"; $right_col = "off"; $right_col2 = "off"; $cols = 1; }