Hi, I am using this post block on my site.
Screenshot:

Is it possible for the “Global news” post block to exclude “All” from the categories in this way?
Modified screenshot:

I hope it’s explained well.
I await support.
Thank you
Hi,
You can exclude that menu is from ajax categories => https://www.screencast.com/t/2baLjBpB7, you need to set “No drop down ajax filter”.
Thank you!
Hi, I don’t want to rule it out.
I want to remove one of the two “All”.
As in the second screenshot I sent you.
Currently it is repeated twice, it is not very nice.
Hello,
You can change the header template => https://www.screencast.com/t/UyrgF5mb67X and it will look different or use a custom CSS.
Thank you!
Thanks, that can be an alternative.
But I would rather have something like this:

I hope you consider this header settings. Thank you
Hello,
To remove that category you must add an extra class per block, in General, for example, I add the name class “tdi_all” => https://www.screencast.com/t/jnyFHuNVCyEy and using this custom code CSS it looks like this => https://www.screencast.com/t/siEkmBiA
This is the code:
.tdi_all .td-pulldown-filter-display-option
ul li:first-child
{
display: none;
}
The code need to be inserted in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/qCeuItCkgug
Hope this helps you!
Thank you!
I hadn’t thought about modifying the CSS to hide the first child.
Thanks so much. Problem solved.