Change from header image to featured image Please open header-html5.php and find below code. [php] echo raindrops_header_image( ‘elements’ ); [/php] Change below. [php] //echo raindrops_he…
- カテゴリー別アーカイブ codes
-
-
ブログのカスタマイズ オリジナルの配色タイプを作る
Raindropは、いくつかの方法でデザインを変更できます。 functions.php (最終行に)に以下のコードを書いてみてください。 [php] raindrops_register_styles("tom"); function raindrops_indv_css_tom(){ return "body{background:#000;}"; }…