Hiding a category from home page – ubut theme
-
Hi, I’ve been trying to hide some categories from showing up on my home/latest posts using this CSS that I found:
.home article {
display: none;
}
.home article.category-corporate {
display: block;
}(supposing I only want to show the corporate category)
But so far nothing happens when I add the code. Am I doing something wrong or does it have something to do with my theme?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hello there!
As you are already balancing quite a few CSS adjustment, I’m going to send you over the experts:
https://en.forums.wordpress.com/forum/css-customization
I don’t want to give you any code that will disrupt your delicate balance!
They’ll be very helpful :) Best of luck!
- The topic ‘Hiding a category from home page – ubut theme’ is closed to new replies.