![[Code Sales]: Collection tab (slide)](http://section-stock.com/cdn/shop/files/2025-03-1520.53.00.png?v=1742045467&width=1445)
Use it as a tab for your collection.
Go to Administration > Content > Menus, create the menu you want to set up, and set the label and link.
Please also set a handle name.
Please use English characters for your handle name.

From the customization screen, enter your menu handle name and the Collections tab will appear.

You can set the text color, selected border color, and border type.

A little code
<section class="section- {{ section.id }} -padding color- {{ section.settings.section_color_scheme }} ">
<div class="page-width">
<div class="inner-menu_slide">
<ul>
{% for link in linklists[section.settings.collection-tab_text].links %}
<li><a> href=" {{ link.url }} " class=" {% if link.current %} current {% endif %} "> {{ link.title | escape }} </a></li>
{% endfor %}