Notifications
Clear all

[Solved] Better Images when Hover?

3 Posts
2 Users
2 Reactions
62 Views
Posts: 276
Customer
Topic starter
(@percysgrowroom)
Member
Joined: 6 years ago

When an image is in a forum post, it seems to be duller, less sharp. But when you hover over it, the image seems to look better. Is there a way to fix this? 

For example, look in this thread, hover over a picture and you will see what I mean:

https://percysgrowroom.com/forum/grow-off-diaries/pheno-hunt-2024-bd-2-x-slh-growcat/paged/2/#post-175460

 

2 Replies
Posts: 75
Customer
(@tutrix)
Member
Joined: 5 years ago

Hi @percysgrowroom 

This is formatted with the css opacity (transparency).
You can reverse the hover effect

#wpforo #wpforo-wrap .wpfa-item.wpfa-img,
#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .wpfa-item.wpfa-file {
    opacity: 1 !important;
}
#wpforo #wpforo-wrap .wpfa-item.wpfa-img:hover,
#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .wpfa-item.wpfa-file:hover {
    opacity: 0.9 !important;
}
1 Reply
Customer
(@percysgrowroom)
Joined: 6 years ago

Member
Posts: 276

@tutrix Legend, thank you as always mate!

Share:
Scroll to top