Hi @ocio132,
Sorry but I’m not 100% sure I understood you.
Could you please explain a little bit more detailed what you are trying to do?
I wanted to hide the home page menu on mobiles and tablets
Hi @ocio132,
You can remove the Trigger element from the header builder (Tablet/Mobile view) or deselect the visibility conditions in the Trigger element settings, for more;
https://creativethemes.com/blocksy/docs/header-elements/trigger/
no way to hide it on home page only
Only with a bit of CSS, like this —
.home .ct-header-trigger {
display: none;
}
Hope this helps!
I have this code that only works on desktop and now I have it removed
.page-id-269 #header > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
display: none;
}
Hello @ocio132
Have you tried the snippet? It definitely works, as I have just tested it.
Thanks!