在Twentyeleven主题上使标题透明

时间:2014-02-07 21:51:01

标签: css wordpress header wordpress-theming customization

我搜索了一个答案,但没有找到任何有助于我解决问题的方法。我正在使用二十二岁的儿童主题,我试图使标题透明,以便它吸收页面背景。我在我的孩子主题css中做了以下几点。

/* =Header
----------------------------------------------- */

#branding {
border-top: 0px; 
padding-bottom: 10px;
position: relative;
z-index: 9999;
background: transparent !important;

} 
#site-title {
margin: 0 auto;
padding: 5.9em 0 0 1.30em;
font-family: 'Abel', sans-serif;
text-align: center;
}
#site-title a {
color: #000066;
font-family: 'Abel', sans-serif;
letter-spacing: -5px;
font-size: 80px;
font-weight: normal;
line-height: 25px;
text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
color: #000066;
font-family: 'Abel', sans-serif;
}
#site-description {
color: #000066;
font-size: 25px;
font-family: 'Abel', sans-serif;
margin: 0 0px 1.35625em .8em;
text-align: center;
}
#branding img {
height: auto;
display: block;
width: 960px;

}

如果您看到我可以添加,更改或删除的任何内容。或者知道在css的其他部分要做的其他一些技巧,请告诉我。

谢谢!

1 个答案:

答案 0 :(得分:1)

背后有div使它有背景,如果你发给我一个链接,我会告诉你到底要做什么,但我猜这是罪魁祸首之一。

#page {
     background: #fff;
}

制作

background:transparent;