お返事ありがとうございます。
URLは https://www.ice-military.com/post_769 になります。
子テーマへの指定cssは次の通りなのですが、反映されていないという状態です。
blockquote {
background: none repeat scroll 0 0 rgba(245, 245, 245, 0.4);
border: 3px solid #695d28 !important;
border-radius: 8px;
margin: 0 !important;
padding: 20px 55px;
position: relative;
}
blockquote:before {
color: #695d28 !important;
content: "“";
font-family: serif;
font-size: 400%;
left: 0;
line-height: 1em;
position: absolute;
top: 0;
}
blockquote:after {
color: #695d28 !important;
content: "”";
font-family: serif;
font-size: 400%;
line-height: 0;
position: absolute;
right: 0;
bottom: 0;
}
よろしくおねがいします(‘ω’)