How to add button in cart drawer? and a border line?
Like this picture!
Thank you…
@abhi14
if you are developer, then try out this code.
{% schema %}
{
"name": "Call to action",
"settings": [
{
"id": "text-box",
"type": "text",
"label": "Heading",
"default": "Title"
},
{
"id": "link",
"type": "url",
"label": "Button link"
},
{
"id": "linktext",
"type": "text",
"label": "Button text",
"default": "Click Here"
}
]
}
{% endschema %}
I need copy this code and paste in CSS right?
I know basic codes..