Hi Armin
I've added a description to my thumbnails on the homepage which indicates the category from my menu bar however i'd like to hide the said description once you're clicked on the category page itself.
is that possible?
Cheers
Toby
Hi Toby,
without sewing the website it is a bit difficult to come up with a solution.
Can you upload it for us?
Many thanks!
Marius
Yep - www.tobyneilan.com
Hi Toby,
I try to explain:
Each page has a slug. For example when you click on a category the page will get the class .type-category
:
The description also has a class called .descr
:
So if you add to your Custom CSS the following you should have no descriptions in the category page:
.type-category .descr {
display: none;
}
I hope I could help!
Best!
Marius