diff --git a/sites/all/themes/zen-sullivan/css/zen-sullivan-styles.css b/sites/all/themes/zen-sullivan/css/zen-sullivan-styles.css index 46682838..b445385e 100644 --- a/sites/all/themes/zen-sullivan/css/zen-sullivan-styles.css +++ b/sites/all/themes/zen-sullivan/css/zen-sullivan-styles.css @@ -2546,7 +2546,7 @@ h2.out-of-stock-label { .node.out-of-stock:before { background-color: #2e5f80; color: white; - content: 'Currently unavailable'; + content: 'Sold'; display: block; font-family: "Cinzel Decorative", "Times New Roman", Times, Georgia, "DejaVu Serif", serif; font-size: 2.25em; diff --git a/sites/all/themes/zen-sullivan/sass/component-styles/_products.scss b/sites/all/themes/zen-sullivan/sass/component-styles/_products.scss index 34c80173..24c1ea7d 100644 --- a/sites/all/themes/zen-sullivan/sass/component-styles/_products.scss +++ b/sites/all/themes/zen-sullivan/sass/component-styles/_products.scss @@ -18,7 +18,7 @@ h2.out-of-stock-label { &:before { background-color: $blue; color: $white; - content: 'Currently unavailable'; + content: 'Sold'; display: block; font-family: $heading-f; font-size: 2.25em;