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)
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)
.template-index .brick__section__wrapper .btn{
border-radius:35px !important;
}
Hello @YK92 ,
You can follow these steps:
{% if template contains 'index' %}
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team