Hi, A previous person has added special styling to this button and I can’t find where to change it. Can someone help?
They are using Dawn 7.1
Hi, A previous person has added special styling to this button and I can’t find where to change it. Can someone help?
They are using Dawn 7.1
Hello,
Please add the given code above in theme.liquid
online store >> edit code >> theme.liquid
.header .header__inline-menu .list-menu>li:last-child>a{ border-radius:0!important; }after added the code looks like this
Thank you!
Could you also tell me how to make that same button appear to the right?
off course, Please add the given code at same, above in theme.liquid.
@media screen and (min-width: 990px){ .header--middle-left { grid-template-areas: "heading navigation navigation icons"!important; } ul.list-menu.list-menu--inline { display: flex!important; } ul.list-menu.list-menu--inline li:last-child{ margin-left: auto; } }after added
we hope our solution helping to you please like the solution. for the motivation.
Thanks ![]()
our pleasure
any help related with your store then don’t forget us. we will help you always ![]()
How do I do this same thing (pill shape → rectangle shape button) on my quantity selector in my product page?