Changing website navigation to remove Xmas

Hi all, we want to hide the Christmas navigation option from our webpage. Do we have to delete it or can we just disable it?

thanks

Hi, @Greg12345 .

Kindly share your store and password.

Sorry I won’t be sharing those details ..

Hi @Greg12345 ,

You don’t necessarily have to delete the Christmas navigation option from your webpage. Instead, you can disable it by modifying the HTML, CSS, or JavaScript code associated with that navigation option.

Here are a few ways you can disable the Christmas navigation option:

  1. HTML/CSS: You can add a disabled class to the Christmas navigation option and use CSS to style it differently or hide it. For example:
Christmas
.disabled {
color: #999; /* Change the color to a muted gray */
pointer-events: none; /* Disable click events */
text-decoration: none; /* Remove underline or decoration */
}
  1. JavaScript: You can use JavaScript to dynamically disable the Christmas navigation option based on certain conditions. For example:
Christmas

Choose the method that best fits your needs and the structure of your webpage.

If you provide more details about your webpage and how the navigation is implemented, I can give you more specific guidance.