DELETED

edited April 2018 in Files & images

Comments

  • Hello Scott,
    1. You can do that with this css
    .story_box .photo_wrapper img {
    opacity: 1 !important;
    }
    .story_box .photo_wrapper:hover img {
    opacity: .7 !important;
    }
    2. This change will be not possible, we cannot change that just with css.
    We can only make it visible all the time with this css
    .zoom_box .desc {
    opacity: 1 !important;
    }
  • Thank you for the quick support! This worked great!
Sign In or Register to comment.