I’m trying to put a background on my header but the code is just not working!
-> http://bcherrybooks.com this is the website!
I used this code:
.x-logobar {
background-image: url(‘http://bcherrybooks.com/backgroundtest1-12-copy2/’);
}
UPDATE:
I use this code but still nothing:
.x-topbar, .x-navbar, .x-logobar {
background-image: url(‘http://bcherrybooks.com/backgroundtest1-12-copy2/’) !important;
}
If I put a background color all is good, but image is not working!