please give me a solution to this..
i have created tags for multiple purposes. becuase of that there are a huge list.. about 40 tags.. since it is hard to go though all list to find the one needed, i thought og filter tags using code like below and use two filters which one shows fabric and other shows colours.. but both use tags as the source.. then that problem comes.. is there way to filter the content of the filter other than this??
"
addonId .easystore-filter-list-item {
display: none;
}
addonId .easystore-filter-list-item:nth-child(1) {
display: block; / show only items 3, 4, and 5 /
}
"