Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
I found a code to make all the buttons rounder in dawn, but the searchbar at the top when clicking on the magnifying glass, and the subscribe to newsletter bar at the bottom aren’t affected (i assume they are not technically buttons)
is there a way to make them rounder as well?
Solved! Go to the solution
This is an accepted solution.
@Casperh- add this csss to the very end of base.css file and adjust numbers as per the need.
/***for search box*****/
.search__input.field__input {
border-radius: 10px;
}
/***for newsletter box*****/
.newsletter-form__field-wrapper .field__input {
border-radius: 10px;
}
This is an accepted solution.
My bad, it’s peible
This is an accepted solution.
@Casperh- add this csss to the very end of base.css file and adjust numbers as per the need.
/***for search box*****/
.search__input.field__input {
border-radius: 10px;
}
/***for newsletter box*****/
.newsletter-form__field-wrapper .field__input {
border-radius: 10px;
}
Thank you so much !
if i want to change to color of those boxes can i do it here?
i tried this but with no avail
/***for search box*****/
“.search__input.field__input {
border-radius: 10px;
color: #24CFAB;
}”
This is an accepted solution.
Thanks so much
just wanted the border to be colored, so i altered to “border-color : #99999”
That worked but the grey border is still over it, i wish both were colored, or just the green one but thicker
Unfortunately that made the whole border grey and not thicker, both with your # and my color
Unfortunately it doesn’t change anything, i might leave it at that
thank you so much for your help
User | RANK |
---|---|
113 | |
90 | |
70 | |
66 | |
46 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022