Reply 67782 to: Custom Header Image

Avatar: Eva
Eva Kemp
Support staff
June 3, 2015 at 11:35

Hello,

Currently your background image is added in the nav bar where menu is located. On mobile devices a standard desktop menu is hidden and mobile menu loads, so background image can’t be visible.
If you want to show it on mobile you have to set background image for header and not for nav bar (with the code I added you in the previous post).
To remove it from footer you need remove the code:

.double-border {
 background-image: none !important;
}

and add this code:

.header-type-3 .main-nav {
    background-image: url("http://hersbridaltest.jk-design.com.au/wp-content/themes/legenda/images/header.png") !important;
}

Please note background image can’t be shown on mobile devices as now it’s added in the menu section and on mobiles standard menu is hidden, so the background image is hidden too.

Thank you.
Regards,
Eva Kemp.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.