How do I make buttons round with Flow theme please?

Can you please help change rectangular buttons into round ones with a Flow theme please?

It’s for this store:

https://bottlebarandshop.com

Many thanks

Hey @BBS3

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

1 Like

@BBS3 Would you mind to share your store URL website, with password if its protected? Thanks!

1 Like

Hi, @BBS3 .

Please provide your Store URL and Password, Your cooperation is greatly appreciated!

Best Regards,
Websensepro

Sure, it’s re this store:

https://bottlebarandshop.com

Hi, @BBS3 .

Follow These Steps.

Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.

a {
    border-radius: 20px !important;
}
input#subscribe {
    border-radius: 20px;
}

Result:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
websensepro

1 Like

Hi @BBS3

Follow these Steps:

Go to Online Store Edit Code Find theme.liquid file or base.css

Add the following code in the bottom of the file above tag

button.quick-add-button {
    border-radius: 20px;
}

a.quick-add-button-variants {
    border-radius: 20px;
}

RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solutions.

1 Like

Hey @BBS3

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

this hasn’t worked unfortunately

not working unfortunately..

I put the code in the theme.liquid file above the ‘body’ tag but it hasn’t worked - anything else I could try? thanks! :slightly_smiling_face:

@BBS3 Try this code

{% style %}
button.quick-add-button {
    border-radius: 20px;
}

a.quick-add-button-variants {
    border-radius: 20px;
}
{% endstyle %}

If I managed to help you then, don’t forget to Like it and Mark it as Solutions.

It’s worked - thank you so much! :slightly_smiling_face:

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.