簡體   English   中英

如何更改wordpress網站主題的背景顏色

[英]how to change the backgroud color of the wordpress site theme

這是我的css文件的一部分

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background: none repeat scroll 0 0 transparent;
border: 0 none;
font-size: 100%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;

}
body {
font-family: 'Noto Sans', sans-serif;
font-size:13px;

background:url(./images/bodtbg.jpg)  left top repeat-x ;
margin:0;
padding:0;

}
   .leftWrap {
float:left;
width:340px;
box-shadow: 1px 1px 5px #888888;
min-height:500px;
background:#f5f5f5;
padding:49px 0 0 0;
    margin-bottom:20px;
}

目前網站的主體是白色的。 我需要將其更改為天藍色或一些相關的淺色。 我應該為此改變什么?

body{ 
    background:#000 !important;
}
body    {    background:cyan;    }

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM