can you send me a quick css code for removing all rollover effects for image on the site? - no titles is what i am actually looking for but if it is site wide that is fine as well. - particularly the main page and the "featured media" section
Quick CSS for removing the roll over effect on images (titles)
4 posts from 3 voices-
Posted 6 months ago #
-
Hi,
Do you mean the greyscale hover on the portfolio items? You can disable them on Theme Options > Portfolio > Look for Portfolio Image hovers effects, select None.
If you want to disable the lightbox hover just add this on your custom.css
.lightbox_image .image_overlay_effect_inside { background: url("../images/layout/icon-magnify.png") no-repeat scroll center center transparent; display: none; }Or go to Featured Media > Apply link to image? choose No Link.
Regards,
IsmaelPosted 6 months ago # -
the attributes in the media section for the 'title' cannot be blank or it will just put the name of the file in there. - i am talking about the mouse over of the main page (frontpage) in the featured media section images. - when the featured images are fading in and out, when you roll over the image (mouse over) it shows the title in a yellow box where the pointer is. - i want to delete that mouseover effect that shows the title on the image.
Posted 6 months ago # -
Hi!
You can try remove the title with jquery http://forum.jquery.com/topic/hiding-title-and-alt-tooltips or http://stackoverflow.com/questions/3885920/jquery-hide-title-attribute-but-not-remove-it
Regards,
PeterPosted 6 months ago #
Topic Closed
This topic has been closed to new replies.














