我有這個網站上至極我的工作:http://onofri.org/WP_BootStrap/在CSS中定義了這個標誌圖像的位置?
,我有以下問題:使用Firebug我找不到在哪裏CSS中definied的IMMAGE logo.png(即痘痘immage在主菜單左側的主題左上角)
你能幫我嗎?它是否定義?
TNX
安德烈
我有這個網站上至極我的工作:http://onofri.org/WP_BootStrap/在CSS中定義了這個標誌圖像的位置?
,我有以下問題:使用Firebug我找不到在哪裏CSS中definied的IMMAGE logo.png(即痘痘immage在主菜單左側的主題左上角)
你能幫我嗎?它是否定義?
TNX
安德烈
你去那裏: http://onofri.org/WP_BootStrap/wp-content/themes/AsperTheme/assets/img/logo.png
易peasy ...行21
.navbar-brand {
display: inline-block;
text-indent: -9999px;
width: 190px;
height: 50px;
background: url(../img/logo.png) center center no-repeat;
}
如何找到它呢?看看右下:
這就是:
.navbar-brand {
display: inline-block;
text-indent: -9999px;
width: 190px;
height: 50px;
background: url(../img/logo.png) center center no-repeat;
}
http://onofri.org/WP_BootStrap/wp-content/themes/AsperTheme/assets/css/stili-custom.css?ver=all
http://onofri.org/WP_BootStrap/wp-content/themes/AsperTheme/assets/css/stili-custom.css?ver=all
線21
.navbar-brand {
background: url("../img/logo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
display: inline-block;
height: 50px;
text-indent: -9999px;
width: 190px;
}
請不要鏈接到您的網站。這是爲什麼:http://meta.stackexchange.com/questions/125997/something-in-my-web-site-or-project-doesnt-work-can-i-just-paste-a-link-to-it –