如何去掉百度空间大标题栏字体?

来源:百度知道 编辑:UC知道 时间:2024/09/25 03:27:08
RT 就是去掉大图上的字

把下面的代码放到CSS空白处
隐藏空间简介:#header .desc{display:none;}
隐藏空间名字:#header .tit{display:none;}
隐藏播放器:#mod_bgmusic{display:none}
隐藏登录信息:html body center center div#ft{display:none !important}
html body center div#usrbar{filter:alpha(opacity=0) !important;-moz-opacity:0.1 !important;text-align:center}

#header div.tit{display:none!important;}

直接添加到css中就可以了。。。

是文章标题吗?可是去掉了就没标题了哦。