Prestige Theme - Remove grey line under header

hello @ava06

Paste this code on top of the theme.scss file.

.Header {
   box-shadow: none  !important;
}
2 Likes