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.

 

[Solved] Better Images when Hover?

3 Posts
2 Users
2 Reactions
373 Views
I Give Up
Posts: 296
Customer
Topic starter
(@percysgrowroom)
Member
Joined: 7 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
Tutrix
Posts: 79
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
I Give Up
Customer
(@percysgrowroom)
Joined: 7 years ago

Member
Posts: 296

@tutrix Legend, thank you as always mate!

Share:
Scroll to top