Hello @xmsmmgrs,
To have the header image as the background for the logo and top menu in mobile view use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
@media only screen and (max-width: 1023px){
.builder-overlap #masthead {
background: none;
position: absolute;
}
}
Hope this helps.
If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.
http://themepalace.com/forum/restaurantz/
Best regards.
Have a good week ahead.
Thread Starter
Joseph
(@xmsmmgrs)
Thanks!
That code removed the background image entirely, from both desktop and mobile versions. Also, on mobile the logo covers the menus.
Thread Starter
Joseph
(@xmsmmgrs)
Any idea how to fix this?