Q.「投稿日」「更新日」のアイコンがわかりにくいので、テキストに置き換える方法を教えてください。
▼変更後イメージ(撮影元:デモサイトトップページ)
A.TCDテーマオプション>基本設定の「カスタムCSS」に以下のような記述を追加してください。
/** 投稿日 **/ .c-date-item.c-date--publish:before { content: '投稿日:';mask: unset!important;width: auto;height: auto;background: transparent; } /** 更新日 **/ .c-date-item.c-date--updated:before { content: '更新日:';mask: unset!important;width: auto;height: auto;background: transparent; }
この記事は役に立ちましたか?
もし参考になりましたら、下のボタンで教えてください。
今後の記事作成の参考とさせて頂きます!