Logo Bar Background

Hello X Team,

The abstract blue background associated with the logo bar on my home page is correct… http://clientci.bluetroop.com/ and I would like for it to be consistently in place on all the interior pages. But instead, the interior pages show a different texture background in the logo bar area. Here is the global CSS I used:

.x-logobar {
background: url(wp-content/uploads/2018/04/SwirlBanner.jpg) no-repeat center center;
}

Can you see anything I’m doing wrong to accomplish what i want to do?
Thank you in advance.

Hi There,

Please update the CSS with this CSS.

.x-logobar {
background: url(http://clientci.bluetroop.com/wp-content/uploads/2018/04/SwirlBanner.jpg) no-repeat center center;
}

The image url was wrong.

Thanks

Thank you, Basanta. Much obliged.

You are most welcome. :slight_smile:

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