-
AuthorPosts
-
May 2nd, 2014 at 20:40 #25078
autista
hi,
i cannot figure out how to make the images on my site not respond when the mouse hovers over them. I unlinked most of the images (link=none), but when the cursur goes over the image it still changes color (goes slightly white), so it looks like there is a link when there isnt. How can i change this?thank you!
May 4th, 2014 at 14:00 #25106Walt
First, let me start off by saying that “disactivate” is not a word.
Second, find this code in your stylesheet:
#content .wp-caption img:hover {
opacity:0.8;
filter:alpha(opacity=80);July 28th, 2014 at 14:28 #26318Jisuk
I’m having the same problem. When I mouse over an image, the “there’s a link here!” hand cursor appears, even though there is no link. Is there any way to disable this?
August 8th, 2014 at 23:54 #26644Kay
Cryout Creations mastermindHi guys,
@autista Pretty much in the lines of what Walt said, add this code to your Custom CSS area under Miscellaneous Settings:
#content .wp-caption img:hover {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}@Jisuk Could you show us a link to a specific page where that happens?
PS: disactivate = disable + deactivate = the ultimate form of turning something off
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes. -
AuthorPosts
The topic ‘when image is set to 'no link' how to disactivate image?’ is closed to new replies.