Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

Any way to disable the "whitening" effect of thumbnails?

2 Posts
2 Users
0 Reactions
960 Views
Posts: 1
Customer
Topic starter
(@daniel-chen)
Member
Joined: 3 years ago

I noticed that when embedding images in a post, the thumbnails for the images are automatically covered with a white layer with about 20% opacity.

 

image

The above pair of images is for illustration. The left is the thumbnail version and is somewhat whitened.

 

While this effect is bearly noticable when the thumbnail is very small, my site uses large thumbnail sizes and it would be rather irritating for my users to have this effect, as the image looks whitened and then restores to its original state when hovered over.

 

Is there any way to diasble this effect? I suppose it shouldn't be very difficult but I could not find anything related in the setting page.

1 Reply
Kyle
Posts: 728
 Kyle
(@kylew)
Prominent Member
Joined: 4 years ago

Hi @daniel-chen,

Insert the Below code in Custom CSS Code Field from Dashboard > Forums > Settings > Features Tab.

#wpforo #wpforo-wrap .wpfa-item.wpfa-img {
    opacity: unset !important;
}
Reply
Share:
Scroll to top