このワードプレスのテーマで検索ボックスとソーシャル ネットワーク リンクの色を変更しようとしています。今までWEB制作は何回かやったことがありますが、WordPressは初めてです。スタイル CSS の元の色はオレンジでした。以下に示すように、緑色に変更しましたが、変更が反映されていません。
テーマは「レストラン経営者」
サイトはこちら: www.playlistforlife.org.uk/wordpress
/******************************************************************
SEARCH BOX
******************************************************************/
#search-box-wrap {
background-color: #8bb295;
height: 50px;
margin-left: -33px;
margin-right: -33px;
display: none;
}
#search-box {
position: relative;
width: 96%;
margin: 0 auto;
padding: 0 2%;
max-width: 1062px;
-webkit-box-sizing : border-box;
-moz-box-sizing : border-box;
-o-box-sizing : border-box;
box-sizing : border-box;
}
#search-box #searchform {
float: right;
margin-top: 10px;
}
#search-box #searchform label {
display: none;
}
#s {
height: 30px;
font-size: 1.2em;
background: url(library/images/icon-search.png) no-repeat 7px 7px #fff;
padding: 5px 7px 5px 30px;
border: 0;
box-shadow: 3px 3px 10px #d0d0d0 inset;
min-width: 400px;
outline: none;
margin-right: -4px;
}
.post-content #s {
min-width: 50%;
}
#searchform input[type=submit] {
height: 30px;
background-color: #8bb295;
font-family: "Droid Sans", Arial, Helvetica, sans-serif;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
color: #fff;
border: 0;
padding: 3px 10px;
}
#search-box #close-x {
float: right;
width: 23px;
height: 23px;
background-color: #8bb295;
font-family: "Droid Sans", Arial, Helvetica, sans-serif;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
color: #fff;
text-align: center;
line-height: 21px;
margin-top: 15px;
margin-right: 0;
margin-left: 20px;
cursor: pointer;
}
/******************************************************************
SOCIAL MEDIA BUTTONS STYLES
******************************************************************/
#social-media {
display: inline-block;
width: 39%;
text-align: right;
vertical-align: bottom;
padding-bottom: 20px;
}
#social-media a,
#search-icon {
background-color: #8bb295;
width: 30px;
height: 29px;
display: inline-block;
border-radius: 50%;
margin-left: 5px;
margin-bottom: 8px;
text-indent: 9999px;
outline: none;
background-repeat: no-repeat;
background-position: center center;
vertical-align: top;
overflow: hidden;
}