tweak message styles in cart totals table
This commit is contained in:
parent
8554796c4b
commit
4372fdbad4
File diff suppressed because one or more lines are too long
|
@ -1650,8 +1650,6 @@ p.demo_store {
|
|||
|
||||
.cart_totals {
|
||||
p {
|
||||
margin: 0;
|
||||
|
||||
small {
|
||||
color: $subtext;
|
||||
font-size: 0.83em;
|
||||
|
|
|
@ -73,7 +73,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
<?php if ( is_cart() ) : ?>
|
||||
|
||||
<?php echo apply_filters( 'woocommerce_cart_no_shipping_available_html',
|
||||
'<div class="woocommerce-info"><p>' . __( 'There are no shipping methods available. Please double check your address, or contact us if you need any help.', 'woocommerce' ) . '</p></div>'
|
||||
'<p>' . __( 'There are no shipping methods available. Please double check your address, or contact us if you need any help.', 'woocommerce' ) . '</p>'
|
||||
); ?>
|
||||
|
||||
<?php else : ?>
|
||||
|
|
Loading…
Reference in New Issue