I'm trying to hide a specific div using a css code but it's not working
<div class="test" data-type="category">
whenever i try to use
.test{
display:none;
}
it hides the whole test div's, i need to be able to hide the category
data-type.
Thanks