Origin Theme – Stop Images 'lighting up' on mouseover
-
Hi there,
I’m using a customised Origin theme for my blog, in particular using a lot of images to create links in the sidebar (currently only visible on the ‘blog’ page). I would like to be able to override the theme’s default appearance of having images that are links ‘light up’ or wash out slightly on mouseover. Is there a way to do this, either case by case for individual images or for the whole blog using CSS?
Many thanks for your help.
Katie
The blog I need help with is: (visible only to logged in users)
-
Hi Katie, the following CSS will remove the opacity hover effect on all images in Origin.
a:hover img { opacity: 1; } -
-
- The topic ‘Origin Theme – Stop Images 'lighting up' on mouseover’ is closed to new replies.