How do I change the style of button in the header from pill shaped to rectangle?

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

https://www.genuinespiritcompany.com/

@msrwalsh

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

1 Like

Thank you!

Could you also tell me how to make that same button appear to the right?

@msrwalsh

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

1 Like

we hope our solution helping to you please like the solution. for the motivation.

Thanks :slightly_smiling_face:

1 Like

Thank you so much! this was perfect!

1 Like

@msrwalsh

our pleasure

any help related with your store then don’t forget us. we will help you always :slightly_smiling_face:

1 Like

How do I do this same thing (pill shape → rectangle shape button) on my quantity selector in my product page?