diff --git a/assets/base.css b/assets/base.css
index 4894da0..5a8e9d2 100644
--- a/assets/base.css
+++ b/assets/base.css
@@ -2474,6 +2474,6 @@ details-disclosure>details {
box-shadow: 0;
}
-.rounded_buy_buttons button {
+.rounded_btn {
border-radius: 24px;
}
\ No newline at end of file
diff --git a/sections/image-banner.liquid b/sections/image-banner.liquid
index 76aedfd..204c4e8 100644
--- a/sections/image-banner.liquid
+++ b/sections/image-banner.liquid
@@ -230,7 +230,7 @@
{{ block.settings.sub_heading }}
{{ block.settings.heading }}
-
+
{{ block.settings.button_text }}
@@ -434,31 +434,6 @@
"label": "t:sections.image-banner.settings.button_border_color.label",
"default": "#000"
},
- {
- "type": "select",
- "id": "button_border_radius",
- "options": [
- {
- "value": "none",
- "label": "t:sections.image-banner.settings.button_border_radius.option__1.label"
- },
- {
- "value": "lg",
- "label": "t:sections.image-banner.settings.button_border_radius.option__2.label"
- },
- {
- "value": "2xl",
- "label": "t:sections.image-banner.settings.button_border_radius.option__3.label"
- },
- {
- "value": "full",
- "label": "t:sections.image-banner.settings.button_border_radius.option__4.label"
- }
- ],
- "label": "t:sections.image-banner.settings.button_border_radius.label",
- "default": "none",
- "info": "t:sections.image-banner.settings.button_border_radius.info"
- },
{
"type": "select",
"id": "banner_button_size",