diff --git a/lms/static/sass/shared/_footer-edx.scss b/lms/static/sass/shared/_footer-edx.scss index 7b84ed046a523addc08d30cfcf9647b9ed0ceee3..8bb2426553aa3f4999fd2484d6717f6395b4fe0a 100644 --- a/lms/static/sass/shared/_footer-edx.scss +++ b/lms/static/sass/shared/_footer-edx.scss @@ -19,6 +19,14 @@ footer#footer-edx-v3 { padding: $baseline*0.75 0; border-top: 1px solid $courseware-button-border-color; + // There is a generic style similar applying div and box shadow on the wiki page of course. + // so disabling that design for footer in the lines below + .container > div { + border: none; + box-shadow: none; + background: inherit; + } + .column-styles { position: relative; width: 100%;