我使用musicmakertheme.com中的主题在Wordpress中构建网站。
我试图在主题中添加一些css,特别是标题中的bg图像,并且图像不会显示。 我包括了整个添加的CSS,以防可能导致冲突......
.navigation_holder, .header_holder
{
background-color: none !important;
background: none !important;
background-image: url('http://beyondyoumusic.com/wp-
content/uploads/2016/12/The-Wheel-slim.png') !important;
background-position: 100% 100%;
background-repeat: no-repeat;
}
/* Content BG */
#beat_player, #beat_player_info , #beat_player_description ,
#beat_player_top, .beat_player_player
{ border: none !important; background: none !important;}
#main , .widget , #beat_player
{ background: rgb(255, 250, 250); background: rgba(255, 250, 250, 0.8);}`