shopify商店Simple分区自定义富文本步骤

2024-01-01 14:01:26
By 迷人轻

视频

您可以将 YouTube 或 Vimeo 视频添加到您的主页。视频可以吸引客户并引起他们对您业务的兴趣。

若要添加视频,您需要找到此视频的共享链接:

  • YouTube - Youtube 分享链接如下所示:https://youtu.be/ZXWgHlnVVEY。您可以在此 YouTube 帮助文章中了解如何复制 YouTube 视频的分享链接。

  • Vimeo - Vimeo 共享链接如下所示:https://vimeo.com/123456789。您可以在此 Vimeo 帮助中心文章中了解如何复制 Vimeo 视频的共享链接。

视频分区包括以下设置:

  • 标题 - 将标题添加到您的视频分区。

  • 视频链接 - 添加视频的共享链接。

将视频添加到您的主页

PC:

  1. 在 Shopify 后台中,转到在线商店 > 模板

  2. 点击 的分区 旁边的自定义

  1. 点击添加分区

  2. 点击视频,然后点击 选择

  3. 使用设置来对您的视频分区进行自定义。

  4. 点击保存

苹果系统:

  1. 在 Shopify 应用中,轻触商店

  2. 销售渠道部分,轻触在线商店

  3. 轻触 Manage themes(管理模板)。

  4. 在 的分区 旁边,轻触自定义

  5. 轻触编辑

  1. 点击添加分区

  2. 点击视频,然后点击 选择

  3. 使用设置来对您的视频分区进行自定义。

  4. 点击保存

安卓系统:

  1. 在 Shopify 应用中,轻触商店

  2. 销售渠道部分,轻触在线商店

  3. 轻触 Manage themes(管理模板)。

  4. 在 的分区 旁边,轻触自定义

  5. 轻触编辑

  1. 点击添加分区

  2. 点击视频,然后点击 选择

  3. 使用设置来对您的视频分区进行自定义。

  4. 点击保存

Shopify商户官网原文详情:

Rich text

Use the Rich text section to provide any written content that you want to display on your home page, or to embed any page created in your Shopify admin. For example, you can feature upcoming events by embedding your blog page, or display a page with any of the following:

  • embedded videos from your online store

  • a Google map with your store's location

  • your store's contact information.

The rich text section includes the following settings:

  • Heading - Add a heading to your rich text section.

  • Text - Add and format your custom text. If you want to feature a page from your store, then click Add content and then click Page. Select a page to feature as your home page from the drop-down menu.

  • Size - Set the size of your text.

Add rich text to your home page

PC:

  1. From your Shopify admin, go to Online Store > Themes.

  2. Next to Simple, click Customize.

  1. Click Add section.

  2. Click Rich text, and then click Select.

  3. Use the settings to customize your rich text section.

  4. Click Save.

iPhone:

  1. From the Shopify app, tap Store.

  2. In the Sales channels section, tap Online Store.

  3. Tap Manage themes.

  4. Next to Simple, tap Customize.

  5. Tap Edit.

  1. Click Add section.

  2. Click Rich text, and then click Select.

  3. Use the settings to customize your rich text section.

  4. Click Save.

Android:

  1. From the Shopify app, tap Store.

  2. In the Sales channels section, tap Online Store.

  3. Tap Manage themes.

  4. Next to Simple, tap Customize.

  5. Tap Edit.

  1. Click Add section.

  2. Click Rich text, and then click Select.

  3. Use the settings to customize your rich text section.

  4. Click Save.

文章内容来源:Shopify商户官方网站



(本文内容根据网络资料整理和来自用户投稿,出于传递更多信息之目的,不代表本站其观点和立场。本站不具备任何原创保护和所有权,也不对其真实性、可靠性承担任何法律责任,特此声明!)


常见问答(FQAS)


如何创建富文本步骤?

登陆Shopify管理后台,进入\"商品\"->\"模板\",选择一个要自定义的模板,选择\"编辑HTML/CSS\"。找到需要添加步骤的位置,插入以下代码:

如何配置富文本步骤内容?

在插入的富文本地方,你可以添加标题,段落文字,图片等元素。每个步骤都需要给定一个唯一的ID。

步骤如何呈现顺序?

步骤的顺序由它在HTML代码出现的顺序决定。顺序从上至下依次显示每个步骤。你可以调整HTML代码的顺序来改变步骤的显示顺序。

可以设置步骤为循环吗?

不可以设置为循环。每个步骤都是单独的内容布局。如果需要循环,你可以考虑使用Shopify的重复内容部分来循环显示相同模块。

步骤内容可以进行定位设置吗?

对,你可以为每个步骤内容 wrapper 应用CSS定位属性,对文本、图片等元素进行位置控制,实现自定义布局效果。