Left Modal Predefined Header - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Left Modal Predefined Header

AF

Andrew Freeman

Helix Framework 3 years ago

Hi,

I've got "Left Modal" selected as a predefined header in "basic" settings in helix. It looks like I can add a background image to it, but I don't see anywhere on the backend to actually add one?

How do I go about this?

0
1 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #83897

Hello

Thank you for your query.

Please add the following css rule in custom css section and change the url value. Or change the "menu-bg.jpg" image with your one.

#modal-menu.has-bg {
  background-image: url(../images/menu-bg.jpg);
}
0