How to modify button shapes in Palo Alto theme?

Hello,

How can I alter the shapes of these three buttons only on my homepage for both desktop and mobile? (Rectangle → Capsule shape)

Thank you for your assistance in advance.

https://www.yook92.com (password: 692)

@YK92

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.template-index .brick__section__wrapper .btn{
  border-radius:35px !important;
}
1 Like

Hello @YK92 ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before

{%  if template contains 'index' %}
     
      {%  endif %}

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team