見やすくてシンプルがテーマのシンプルなデザイン構成です。どんな大きさの画面でも見やすく、レスポンシブデザインに対応しています。iPhone iPadの縦向きは1カラム、PC iPadの横向きは2カラムレイアウトになります。
テーマSchickのアーカイブページ(記事一覧ページ)のカード型デザインの枠線を消したい場合は、デザイン→カスタマイズ→デザインCSSに以下のコードをコピペしてください。
/* 追加 枠線を消す */ .page-archive .archive-entry { border: none; box-shadow: none }
テーマSchickのサイドバーの注目記事のランキングカウンターを消したい場合は、デザイン→カスタマイズ→デザインCSSに以下のコードをコピペしてください。
/* ランキングカウンターを消す */ #box2 .hatena-module-entries-access-ranking .hatena-urllist li::before, #box2 .hatena-module-entries-access-ranking .hatena-urllist li:nth-of-type(1)::before, #box2 .hatena-module-entries-access-ranking .hatena-urllist li:nth-of-type(2)::before, #box2 .hatena-module-entries-access-ranking .hatena-urllist li:nth-of-type(3)::before, #box2 .hatena-module-entries-access-ranking .hatena-urllist li:nth-of-type(n+9)::before { background-color: transparent; content: none } #box2 .hatena-module-entries-access-ranking .urllist-date-link, #box2 .hatena-module-entries-access-ranking .urllist-title-link { margin-left: 0 }