Hey!
I would like to add an image to the bottom of my mobile nav menu in the space below the menu items. Please advise, thank you!
Figured out. Solution Below
Hey!
I would like to add an image to the bottom of my mobile nav menu in the space below the menu items. Please advise, thank you!
Figured out. Solution Below
to Theme.css I added
.mobile-nav-panel {
position: relative;
width: 100%;
height: 100%;
max-width: 250px;
overflow-x: hidden;
overflow-y: scroll;
color: white;
background-image: url(backgroundimageURL);