最近の検索


最近の検索はありません

Erick Perez's Avatar

Erick Perez

参加日2021年5月28日

·

前回のアクティビティ2021年10月27日

フォロー中

0

フォロワー

0

合計アクティビティ

2

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Erick Perez

Erick Perezさんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

I have 2 questions. First where can I find the html to change the placeholder for the search bar? I only see that it is being called back by {{search}}. My second question is that I want individual icons for my category page? I will provide the current section of the category page I would like to target to have those icons.




{{#each sections}}


{{name}}
{{#if internal}}

{{/if}}


{{#if articles}}

    {{#each articles}}

  • {{#if promoted}}

    {{/if}}
    {{title}}

  • {{/each}}

{{#if more_articles}}

{{t 'show_all_articles' count=article_count}}

{{/if}}
{{else}}

{{t 'empty'}}

{{/if}}

{{else}}

{{t 'empty'}}

{{/each}}


I understand if it is broken out as an ul > li I would be able to add the icons that way. Would I need to target these elements via JS?

コメントを表示 · 投稿日時:2017年9月12日 · Erick Perez

0

フォロワー

0

投票

0

コメント