Hello,
I want to hide my menu bar on a specific post. I want to remove the menu color, the menu image and the menu points itself, basically everything because it's blocking the view from my fullscreen slider.
I've tried
body[data-type="post"][data-id="1456"] nav{
display: none !important;
}
but that didn't work for me.
Is there any way I can do this? And is there any way to add custom CSS on a specific page / post or is there only the one in the theme editor?
Thank you for your help.