How to hide list tab only on home page
-
So I wanted to get ride of the all member tabs on the site activity page. I got rid of it but it took out the tabs for the profile page as well here’s the code to get rid of it
.item-list-tabs ul li {
display: none;
}I tried .home-page#item-list-tabs ul li { but that didnt work, any suggestions?
- The topic ‘How to hide list tab only on home page’ is closed to new replies.