hello, i’ve tried this way
#nav-topbar .nav li.topbar-logo a,
#nav-topbar .nav li.topbar-logo a:hover {
display: block;
background-image: url(‘https://path to your logo’);
background-repeat: no-repeat;
text-indent: -9000px;
padding-top: 10px; // using a 64×40 image
}
it works in localhost, but when I try it in my hosted site (usukali.com), it didnt work correctly. I try to change value of background-color to check the css in child theme, but it still dont work.
But, when I override the background-color for sidebar, it work correctly. Please, help me