Hi,
I am using the venture theme and would like to make my search bar and email subscription text fields have rounded edges.
I entered a code which made all my buttons round but as seen in the photo below, the button beside the subscription box has rounded edges which leaves the subscription box looking out of place. Please help.
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, .site-footer__newsletter-input{
border-radius: 7px;
}
Hope this helps.
Thanks!
User | Count |
---|---|
445 | |
187 | |
139 | |
61 | |
44 |