トップページの見出しにアイコンを追加してやりました!
![]()
↑こいつです!
screen.cssをいらっただけですがw
いじった部分はこんな感じです!
.mt-main-index h1#page-title {
font-size: 20px;
margin-bottom: 0.5em;
padding-left: 33px;
background-image: url(icontitle.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
height: 35px;
padding-top: 5px;
}
今日の収穫
- 見出しの背景にアイコン追加!
以上
コメントする