wordpressのテーマarthemiaのカスタマイズ備忘録
ナビなどの背景は画像だがfooterは一部背景色を指定する必要がある。
///////////////////////////////////
/* Footer*/
#front-popular {
font-size:0.7em;
color:#fff;
width: 940px;
background:#○○○○○○ url(images/bottombar.png) bottom no-repeat;
margin: 0 auto;
padding:10px;
}
///////////////////////////
buckgroundを画像と同じ色で指定する