Hello. I added i background image for the tiny navigation panel only. Unfortunately the image is not shown on mobile. This is the custom css-code i added:
body #header-secondary-outer.small-nav { background-position: center; background-repeat: no-repeat; background: url(imagelink); } body #header-outer.small-nav { background-position: center; background-repeat: no-repeat; background: url(imagelink); }
How can i make the image visible on mobile navigation header?
Hello.
I added i background image for the tiny navigation panel only. Unfortunately the image is not shown on mobile. This is the custom css-code i added:
body #header-secondary-outer.small-nav {
background-position: center;
background-repeat: no-repeat;
background: url(imagelink);
}
body #header-outer.small-nav {
background-position: center;
background-repeat: no-repeat;
background: url(imagelink);
}
How can i make the image visible on mobile navigation header?
thanks for support.
Massimo
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Thanks Tahir. It works.