Adding a "View All" Button to the Featured Collections on My Homepage

Hi there! I am using the Out of the Sandbox Turbo Theme. I would like to add a “View All” button either directly underneath the featured collection or on the right-hand side. Please advise!

My website is www.PopFun.com

Thank you!

@JasonFromPopFun – from that description it’s hard to come up with instructions. Where exactly should the button be and where should it link to? Looking like what?

I’d advise to give an expert of your choice collaborator access and pay them to implement this change; if they’re reputable you’ll get it soon and save yourself some headache.

Hope this helps,
Mario

@JasonFromPopFun

can you please provide Featured Collections section code so i will check and update code

Yes - thank you!


{% include 'include-featured-collection' %}

{% schema %}
{
  "name": "Featured collection",
  "class": "shopify-section--featured-collection",
  "settings": [
    {
      "type": "text",
      "id": "title",
      "label": "Heading",
      "default": "Featured collection"
    },
    {
      "type": "checkbox",
      "id": "collection_description",
      "label": "Show description",
      "default": true
    },
    {
      "type": "collection",
      "id": "collection",
      "label": "Collection"
    },
    {
      "type": "radio",
      "id": "collection_style",
      "label": "Collection layout",
      "default": "grid",
      "options": [
        {
          "value": "slider",
          "label": "Slider"
        },
        {
          "value": "grid",
          "label": "Grid"
        }
      ]
    },
    {
      "type": "header",
      "content": "Products"
    },
    {
      "type": "range",
      "id": "products_per",
      "label": "Products per row",
      "min": 2,
      "max": 7,
      "step": 1,
      "default": 3
    },
    {
      "type": "range",
      "id": "products_limit",
      "label": "Limit products",
      "min": 2,
      "max": 50,
      "step": 1,
      "default": 9
    },
    {
      "type": "header",
      "content": "Advanced"
    },
    {
      "type": "paragraph",
      "content": "[Learn more](https://help.outofthesandbox.com/hc/en-us/articles/360022329373)"
    },
    {
      "type": "text",
      "id": "css_class",
      "label": "CSS Class"
    },
    {
      "type": "textarea",
      "id": "custom_css",
      "label": "Custom CSS"
    }
  ],
  "presets": [{
    "name": "Featured collection",
    "category": "Collection"
  }]
}

{% endschema %}

@KetanKumar thank you for helping me solve this - let me know if you need any other code

@JasonFromPopFun

yes please share code also this

{% include 'include-featured-collection' %}

@JasonFromPopFun bothered should be a file named /snippets/include-featured-collection.liquid which would be the next to step into to look for the solution. However, instead of this bit by bit puzzle solving, providing collaborator access would make this much easier.
if @KetanKumar is willing to do it remotely like this … I think that’s just not a very efficient way of solving such a question.

Mario

can you help me with my store front please

@Dg33 what is it that you need specifically?