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.

 

[Closed] png or gif transperant

5 Posts
2 Users
1 Reactions
672 Views
Posts: 3
Topic starter
(@ikoboy)
Active Member
Joined: 2 years ago

Hi, The same png file can display a transparent background on a general wordpress page, but it will have a white background color on Wpforo. What if it can also have a transparent effect on Wpforo?

Thanks!

4 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @ikoboy

add this to custom css

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content img,
#wpforo #wpforo-wrap .wpforo-revision-body img,
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-attachments img,
#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .wpfa-item.wpfa-img img {background: transparent !important;}

Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

3 Replies
(@ikoboy)
Joined: 2 years ago

Active Member
Posts: 3

Posted by: @tutrix

Hi @ikoboy

add this to custom css

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content img,
#wpforo #wpforo-wrap .wpforo-revision-body img,
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-attachments img,
#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .wpfa-item.wpfa-img img {background: transparent !important;}

Dashboard > wpForo > Settings > Colors & Styles > Custom CSS

Hi @tutrix

Thank you so much, works now, but one more thing please, Avatar also can transparent?

 

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1522

@ikoboy 

#wpforo #wpforo-wrap .avatar {background: transparent !important;}
(@ikoboy)
Joined: 2 years ago

Active Member
Posts: 3

@tutrix 

Thanks again! it works!