Hi all,
I'm using the Debut Theme. My store url is here and the password is lawday.
I'm trying to find out how to change the background colour of the drop down results of the search bar in the header. I would like it to be white, instead of transparent.
Can anybody help?
Thank you in advance.
Solved! Go to the solution
This is an accepted solution.
Nevermind. Actually managed to figure this one out myself with some trial and error.
For anybody else, I just changed the background colour to the white colour code (#FFFFFF).
The original looked like;
.predictive-search-wrapper { @include fade-transition-base($transition-duration-fast); z-index: $z-index-predictive-search-wrapper; position: absolute; left: 0; right: 0; margin-top: -$input-border-width; border: $input-border-width solid $color-border-form; background-color: $color-bg; overflow-y: auto; display: none;
And then I just changed the background-color;
.predictive-search-wrapper { @include fade-transition-base($transition-duration-fast); z-index: $z-index-predictive-search-wrapper; position: absolute; left: 0; right: 0; margin-top: -$input-border-width; border: $input-border-width solid $color-border-form; background-color: #FFFFFF; overflow-y: auto; display: none;
Hopefully this can help somebody else out.
User | Count |
---|---|
49 | |
27 | |
25 | |
24 | |
23 |