Hi
I have disabled my ‘News’ menu item on https://www.steedman.co.uk/
It is fine in the header navigation but, since it doesn’t do anything when clicked, I was wondering how I can remove it from the footer menu?
I can see from another post that
ul.x-nav {
display: none;
}
would remove the entire menu from the footer. However I only want to remove the item ‘News’ (whilst leaving it in the main navigation).
If you know how this is possible would be much appreciated.