diff --git a/assets/css/base/_base.scss b/assets/css/base/_base.scss index 99e76999..db459722 100644 --- a/assets/css/base/_base.scss +++ b/assets/css/base/_base.scss @@ -455,6 +455,14 @@ body { .site-info { padding: ms(5) 0; + + span[role=separator] { + padding: 0 ms(-6) 0 ms(-5); + + &::before { + content: '\007c'; + } + } } /** diff --git a/inc/storefront-template-functions.php b/inc/storefront-template-functions.php index 3e29fb27..ed4be658 100644 --- a/inc/storefront-template-functions.php +++ b/inc/storefront-template-functions.php @@ -127,7 +127,13 @@ if ( ! function_exists( 'storefront_credit' ) ) {
-
' . esc_html__( 'Built with Storefront & WooCommerce', 'storefront' ) . '' ?> +
+ ' ); + } + ?> + ' . esc_html__( 'Built with Storefront & WooCommerce', 'storefront' ) . '.' ?>