Skip to main content

I saw in a previous answer that you need to use custom code to remove these, but I just want to remove one and it is “Community Overview”.

How can I do this? Thanks!

 

#downshift-0-item-0{
display: none;
}

#downshift-0-item-1{
display: none;
}

Add this custom CSS


Thanks!


Reply