the client wants his logo big and fullscreen in the first row (i used the nectar slider). But it is also small in the header navigation. On desktop i solved this double-logo-problem with no starting-logo-image so that you see the header logo just by scrolling the site. But on mobilescreens the header logo is already visible on start.
Hello there.
how can i disable the page header or nectar slides on mobile?
thanks for support. Massimo
Hey Again,
I am afraid the Theme has no such Option available.
Be.st
ThemeNectar Support Team
Hey Tahir.
the client wants his logo big and fullscreen in the first row (i used the nectar slider). But it is also small in the header navigation. On desktop i solved this double-logo-problem with no starting-logo-image so that you see the header logo just by scrolling the site. But on mobilescreens the header logo is already visible on start.
Do you have any idea how to solve this problem?
I am afraid its not possible to remove the logo on mobile as there is no scroll class added to the header-outer Div .
be.st
ThemeNectar Support Team
Hey Tahir.
I found this in one of your posts and disabled the nectar slider on mobile with:
@media only screen and (max-width: 1000px) {
.parallax_slider_outer {
display: none !important;
}
}
This works.
hello Massimo,
thank you for posting this reply. I have the same problem, I want to hide the Nectar slider on Mobiles.
Somehow simply ticking the "hide on mobile" in the "responsive options" for the column the slider sits in doesnt seem to work.
The code you provide here below, where would you have to place it?
Hello inedit.
Paste:
@media only screen and (max-width: 1000px) {
.parallax_slider_outer {
display: none !important;
}
}
in the theme custom css section you find under salient/general settings/css/scripted related
... thats it.
what a pitty, that doesnt seem to work for me ;-/
I will carry on looking ...or maybe support team actually helps me.
thank you for your quick reply anyway ,-))