Image background on navbar

Hi there,
how I can change the backgroung on navbar on the top?
I see in “option” just only color background but not any “image”.
Any suggest for me?
Tnx,
Francesco

Hello Francesco,

Thanks for writing in!

You can add following CSS under X > Theme Options > CSS:

.x-navbar {
    background-image: url(IMAGE-URL-HERE);
}

Replace IMAGE-URL-HERE with the image URL address.

Thanks.

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