Hello,
On my main menu I have two dropdown menus. When I'm on a certain page how can I hide just one of those dropdown menus?
I've tried using the CSS code:
collection-5217a53ae4b03a3ebe24d26c
{
.main-nav li {
&[class="folder"]
{ display: none !important; }
The problem with this is that is hides both dropdown menus. Any ideas as how to hide just the one I want?
PS: I'm very limited when it comes to using code.
Many thanks