• Is there a way to turn off the fading in and out of images?

    I searched for ‘transition’ in style.css and found some big stuff (.entry .gallery…) but have no clue how to comment it out. Probably a really bad idea so thought I’d ask. Thank you!

Viewing 1 replies (of 1 total)
  • Do you mean the hover effect when the image goes lighter? Try adding this CSS:

    .post-hover:hover .post-thumbnail,
    .alx-tab li:hover .tab-item-thumbnail,
    .alx-tab li:hover .tab-item-avatar,
    .alx-posts li:hover .post-item-thumbnail { opacity: 1; }
Viewing 1 replies (of 1 total)
  • The topic ‘Turn off fading/fade in & out of images’ is closed to new replies.