Hi, i love your free theme Fluida but i experiment a problem whit woocommerce integration.
The shop page exibit a wrong css rule …
woocommerce .main .page-title {
font-size: 117em;
}
The wrong code comes from row 374 of fluida/includes/custom-styles.php
.woocommerce .main .page-title {
font-size: <?php echo round( 0.9 * preg_replace( "/[^\d]/", "", esc_html( $fluida_fheadingssize ) ), 3 ); ?>em;
}
fluida_fheadingssize => ‘130%’ and 130% x 0.9 = 117em