Hi,
Can someone help me please.
I am using the venture theme and would like to change my search bar background to white. By default, the text and search icon are white so I would like to change those to black.
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
.site-header__search-input{
background-color: #fff !important;
color: #000 !important;
}
input[type='search']::placeholder{
color: #000 !important;
}
.site-header__link{
color:#000 !important;
}
Hope this helps.
Thanks!
User | Count |
---|---|
418 | |
204 | |
144 | |
56 | |
43 |