Hi Folks,
I added the functonality that the category name is shown, while hovering over the category image in category view. (with the help of LunaGarden thx btw.)
Here is the way:
Go to this file: templates/ja_zite/css/k2.css
Add these lines:
div.subCategory h2{
display: none;
}
div.subCategory:hover h2{
display: block;
}</blockquote>
what i would like now is, the same in the article view.
e.g.:
Category View -> Mouse hovering over a category image -> Category name is displayed
CLICK ON THIS IMAGE
Article View -> Mouse hovering over an article image -> Article name is displayed
How can I provide this?
Best regards!