Add Bootstrap button classes to simple.php
Replace Woo classes with Bootstrap classes; *Understrap edit
This commit is contained in:
parent
306c647e0b
commit
395c4da9f7
|
@ -55,7 +55,7 @@ if ( $product->is_in_stock() ) : ?>
|
||||||
do_action( 'woocommerce_after_add_to_cart_quantity' );
|
do_action( 'woocommerce_after_add_to_cart_quantity' );
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<button type="submit" name="add-to-cart" value="<?php echo esc_attr( $product->get_id() ); ?>" class="single_add_to_cart_button button alt"><?php echo esc_html( $product->single_add_to_cart_text() ); ?></button>
|
<button type="submit" name="add-to-cart" value="<?php echo esc_attr( $product->get_id() ); ?>" class="btn btn-outline-primary"><?php echo esc_html( $product->single_add_to_cart_text() ); ?></button>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
|
|
Reference in New Issue