Home › Forums › CSS › Help hiding a li › Reply To: Help hiding a li
November 18, 2019 at 2:51 am
#299169
Participant
Can you try building a demo on what your work looks like in https://codepen.io for example?
display: none;
should do the trick for you as it takes no space at all.
You can also wonder if the item you desperately want to hide should be in the HTML in the first place.