diff --git a/css/theme.css b/css/theme.css index 4dc9d02..2977362 100644 --- a/css/theme.css +++ b/css/theme.css @@ -5858,6 +5858,9 @@ button.close { .wrapper#wrapper-sticky { border-bottom: 1px solid #eeeeee; } +#wrapper-footer-full { + background-color: #eeeeee; } + .wp-caption { font-size: inherit; } diff --git a/sass/understrap/understrap.scss b/sass/understrap/understrap.scss index ab6f297..3990416 100644 --- a/sass/understrap/understrap.scss +++ b/sass/understrap/understrap.scss @@ -18,6 +18,11 @@ font-size:inherit; border-bottom:1px solid $gray-lighter; } +// Adding some contrast background color to footer full widget +#wrapper-footer-full{ + background-color: $gray-lighter; +} + // Necessary WP classes .wp-caption { font-size: inherit;