Header background for website

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!

Hi There,

Please delete your CSS and try with this custom CSS instead:

.x-logobar {
    background: url(http://bcherrybooks.com/wp-content/uploads/2018/06/backgroundtest1-12-copy2.png) center center no-repeat;
    background-size: 100%;
}

Let us know how it goes!

PERFECT!!!

Thank you so much!!

You’re welcome, we are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.