M
Mathis Neumann
Guest
Hi there,
it's a very small idea, but you could add a css class for each category to enable special css designs for special categories.
It could look like this: (from a single showcase item)
By adding that I could use css code like:
(Maybe even on the main page)
Thanks
it's a very small idea, but you could add a css class for each category to enable special css designs for special categories.
It could look like this: (from a single showcase item)
HTML:
<div id="item-1" class="showcaseItem showcaseCategory-ExampleCategory" data-author="Maddis1337">
By adding that I could use css code like:
Code:
.showcaseCategory-ExampleCategory.showcaseItemTabs {
background: url(an Image);
}
(Maybe even on the main page)
Thanks

Upvote
1