diff --git a/shoptet.css b/shoptet.css index 5e8f8b0..2a1cf58 100755 --- a/shoptet.css +++ b/shoptet.css @@ -6172,11 +6172,17 @@ button.bg-orange:focus { color: #212529; background-color: #e7f7fd; } +.section.section-perex.section-perex-premium { + background-color: rgb(255, 245, 241); +} .section.section-perex h2 { margin-bottom: 0; } -.section.section-addons-premium, .section.section-perex-premium { - background: rgba(237, 123, 98, 0.1) !important; +.section.section-addons-premium { + background-color: rgb(255, 245, 241); +} +.section.section-addons-premium .premium-title, .section.section-perex-premium .premium-title { + color: #EE7B62; } .section.section-addons-premium a, .section.section-perex-premium a { color: #EE7B62; @@ -6778,9 +6784,6 @@ a.has-icon:hover span { margin-top: 1rem; } } -.category-header .premium-title { - color: #EE7B62; -} .category-header .category-image img { width: 100%; max-width: 100%; diff --git a/shoptet/_section.scss b/shoptet/_section.scss index 5682213..8b3c81e 100644 --- a/shoptet/_section.scss +++ b/shoptet/_section.scss @@ -21,15 +21,20 @@ &.section-perex { color: $section-perex-color; background-color: $section-perex-bg; + &.section-perex-premium{ + background-color: $premium-bg; + } h2 { margin-bottom: 0; } - } - &.section-addons-premium, - &.section-perex-premium { - background: $premium-bg !important; - } + &.section-addons-premium { + background-color: $premium-bg; + } + &.section-addons-premium .premium-title, + &.section-perex-premium .premium-title { + color: $premium-link-color; + } &.section-addons-premium a, &.section-perex-premium a{ color: $premium-link-color; diff --git a/shoptet/_variables-shoptet.scss b/shoptet/_variables-shoptet.scss index 2b437ea..5dc51fa 100644 --- a/shoptet/_variables-shoptet.scss +++ b/shoptet/_variables-shoptet.scss @@ -60,4 +60,4 @@ $premium-btn-color: #fff; $premium-btn-hover: #e56751; $premium-section-color: #F6F6F6; $premium-link-color: #EE7B62; -$premium-bg: rgba(237, 123, 98, .1); +$premium-bg: rgb(255, 245, 241); diff --git a/shoptet/_wp.scss b/shoptet/_wp.scss index 8deb533..7426430 100644 --- a/shoptet/_wp.scss +++ b/shoptet/_wp.scss @@ -65,9 +65,6 @@ @media (max-width: map-get($grid-breakpoints, 'sm') - 1) { margin-top: $headings-margin-bottom; } - .premium-title { - color: $premium-link-color; - } .category-image { img { width: 100%;