Fading images

  • Author
    Posts
  • #37174
    Szabolcs Takacs

    Hello,

    Tempera is one of the best theme for me. Only a couple of some issue what I can not solve at this time.
    If you move the cursor over an image the image will get a fading effect. Can I turn this off somewhere?

    Thanks,

    Szabolcs

    #37188
    Toucan

    Hello,

    I am starting to use Tempora.
    It is a very good them and the customization interface is very well agenced.

    I am designing a website to share my photo on the web, and like Szabolcs Takacs I would like to disable the fadding effect on the photos.

    Can you explain how to do?

    Thank you for your work

    #37202
    Zed
    Cryout Creations mastermind

    The fading effect is not configurable, but can be removed with custom styling:

    #content img.alignleft:hover, #content img.alignright:hover,
    #content img.aligncenter:hover, #content img.alignnone:hover,
    #content .wp-caption img:hover {
    	opacity:0.99;
    	filter:alpha(opacity=99); }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #37210
    Szabolcs Takacs

    Thanks for both answers (Changing the menu transparency and this). Both are works fine!

    #37237
    Toucan

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Fading images’ is closed to new replies.