Hi,
I made this stylesheet in my Confluence:
span#title-text.with-breadcrumbs {
color:transparent;
background-image: url('URL IMAGE');
background-repeat: no-repeat;
display: block;
height: 60px;
}
Image is showing OK in Dashboard :

But when I go to space, it's NOT ok...

I don't want to show logo in space, but it's the same class (CSS) in Dashboard. It's possible to create a new class to only show logo in Dashboard?
Can anybody help me?
Thanks!