How to make each category have its own a:hover?
-
Hi,
I’m working on a page where I want people to see a different hover background when they hover a category.
I know how to do this via simple HTML+CSS, or how to setup a:hover function in WordPress for all of the categories, but how do I setup an individual picture for each category?
Example:
Category1 hover:a – picture1
Category2 hover:a – picture2
Category3 hover:a – picture3
etc etcI think a solution would be to develop a custom category code, which is what I want to do, but not sure how to do it. Like I tried to add custom HTML text widget, but did not succeed in styling that widget via stylesheet.
Whats the most effective way to do this?
I’m using twenty twelve child theme.
- The topic ‘How to make each category have its own a:hover?’ is closed to new replies.