FEATURE: replace background setting with upload (#7)

This commit is contained in:
Kris 2021-10-25 10:45:40 -04:00 committed by GitHub
parent 205ead43f9
commit 703d7c4dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -8,7 +8,7 @@ $max-width: 600px;
}
}
.custom-search-banner-wrap {
.search-banner {
@if $background-image != "none" {
background-image: url($background-image);
} @else {
@ -20,6 +20,9 @@ $max-width: 600px;
background-size: cover;
background-repeat: no-repeat;
}
}
.custom-search-banner-wrap {
box-sizing: border-box;
position: relative;
padding: 2.5em 0 3em;

View File

@ -15,9 +15,9 @@ plugin_outlet:
- below-site-header
background_image:
type: string
default: none
description: Enter an image url
type: upload
default: ""
description: background image for the banner
tile_background_image: false