How can I add a pill-shaped donate button to my Dawn theme header?

Hi,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  2. Sections-> Add new section with name ‘icons-menu.liquid’

  3. copy code below to the file just has created at step 2


{% schema %}
{
  "name": "Icon menu",
  "blocks": [
    {
      "type": "icon",
      "name": "Icon",
      "settings": [
        {
          "type": "image_picker",
          "id": "icon",
          "label": "Icon"
        },
        {
          "type": "range",
          "id": "width_icon",
          "min": 0,
          "max": 100,
          "step": 10,
          "unit": "%",
          "label": "icon width",
          "default": 30
        },
        {
          "type": "url",
          "id": "url_icon",
          "label": "Url",
          "info": "Url of sub menu item that you would like to add icon for it( Level 2)"
        }
      ]
    }
  ],
   "presets": [
    {
      "name": "Icon menu",
      "blocks": [
        {
          "type": "icon"
        }
      ]
    }
  ]
}
{% endschema %}
  1. Go to customize

  2. Add icon menu section to header

  3. Add block