Hi, I have a problem with the css about the description in the categories. I have put this css to hide the description
.term-description{
display:none;
}
But now I need the description to be shown just for one category. Can you help me with this?
(in the attachment below I sent you a photo of the description I want to unhide.
Hello, thank you for your answer. But now I have many categories that I want to hide. Should I add code similar to this for every other category that I want to hide? Or is there some why that I can group them all and add code for all of them?
Here is the screenshot which would help you to find out the class which determines the certain category https://prnt.sc/mb3rn9 and you can apply this code for other categories as well.