質問編集履歴

1

試したことの追記

2017/07/29 04:15

投稿

asaki007
asaki007

スコア10

test CHANGED
File without changes
test CHANGED
@@ -3,3 +3,25 @@
3
3
  また背景のタグにあたるHTMLを書き換えているならばどこに格納されているのでしょうか。
4
4
 
5
5
  どうかご教授の程お願いします。
6
+
7
+
8
+
9
+ 追記
10
+
11
+ テーマはSimplicity2(収得元URL https://wp-simplicity.com/downloads/downloads2/)を使用しています。
12
+
13
+ テーマの編集でfunctions.phpのカスタム背景に以下を記述しましたがエラーが発生してしまいました。
14
+
15
+ ```
16
+
17
+ body {
18
+
19
+ background: #fff url(~.png) center top no-repeat;
20
+
21
+ background-position:50% 262px;
22
+
23
+ }
24
+
25
+ コード
26
+
27
+ ```