Skip to product information
1 of 3

Section Stock Store

[Code Sales]: Logo List

[Code Sales]: Logo List

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

You can set the image size for PC and smartphone from the basic settings.

From the block, you can insert an image, set the link destination, and set how the link destination will be displayed.

You can add up to six blocks.

A little code
 
<section class="section- {{ section.id }} -padding color- {{ section.settings.section_color_scheme }} ">
 <div class="page-width">
 <div class="c_logo--wrapper c_logo--wide"> 
{% for block in section.blocks %}
 <a> href=" {{ block.settings.logo-link }} " class="c_logo {% if block.settings.logo-link == blank %} c_disabled {% endif %} " target=" {{ block.settings.logo-link_target }} ">
 {%- if block.settings.logo-image != blank -%}
 {{ block.settings.logo-image | image_url: width: 528 | image_tag: alt: block.settings.list_image.alt, loading: "lazy", sizes: "100vw" }}