Okey, I had tried to correct CSS. with this one
#nav-topbar .nav li.topbar-logo a,
#nav-topbar .nav li.topbar-logo a:hover {
display: block;
background-image: url('../toplogo.png');
background-repeat: no-repeat;
text-indent: -9000px;
padding-top: 10px;
}
But, it seems no change.
Btw, when I try change background-color of topbar-logo class with
background-color : white
it didnt make change.
Please, help me.
Because, The Code can work in Localhost, but It dont work in hosted site.