Add Background Image to Navigation Modal

Hi,

How can I add a background image to a navigation modal or navigation collapsed? From the header tool, I can only select colors.

Thanks!

Hi There,

You can add the following code to Theme Options CSS

.x-modal.x-active .x-modal-content {
    background-image: url(https://marketingdeconteudo.com/wp-content/uploads/2017/01/formatos-de-imagem-2.jpg);
}

Hope it helps

That’s it. Thanks!

You’re welcome!
We’re glad we were able to help you out.

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