Skip to product information
1 of 2

Section Stock Store

[Code Sales]: Collection tab (underlined)

[Code Sales]: Collection tab (underlined)

Regular price ¥2,500
Regular price Sale price ¥2,500
Sale Sold out
Taxes included.
【ご購入前のご注意】
⭐︎デジタルコンテンツは、その性質上、返品や返金はお受けしておりません。
⭐︎CSSに問題が生じた場合は、ご自身で適切に調整してください。
⭐︎Dawnベースで作成しております。他のテーマはレイアウト崩れなどの可能性があります。
⭐︎Shopifyアップデートによりレイアウト崩れの可能性があります。
⭐︎コードのみの販売です。解説のご連絡はお断りしています。
  • Code sales
View full details

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, selection color, and border color.

A little code
 
<section class="section- {{ section.id }} -padding color- {{ section.settings.section_color_scheme }} ">
 <div class="page-width">
 <div class="inner-menu_border_bottom">
 <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 %}