Site logo

Archived topic

Image Background on Mobile Menu

4 replies · Started by Francesco on October 8, 2021

Viewing posts 1–5 of 5

Hi Guys,

I would like to add a background image in the mobile menu.

Is it possible? I tried everything I know but nothing.

What I'm doing wrong?

Many thanks.

Francesco

Hi Ying,

Here's the link.

Many thanks.

Hi there,

you can add a background to the Off Canvas Panel using some CSS eg.

#generate-slideout-menu {
    background-image: url(full_url_to_your_image/image.jpg);
}

It works.

Many thanks, David.

Francesco

This archived topic is closed to new replies.