Notifications
Clear all

wpForo 1.x.x [Solved] How to disable images borders?

3 Posts
2 Users
0 Likes
1,455 Views
Posts: 6
Topic starter
(@anthony)
Active Member
Joined: 7 years ago

Hello everyone, how are you?

I would like to know how do I remove the edges of the images, and their background in white. Some images use .PNG format, and most have transparency.

Thank you in advance!

 

2 Replies
Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

Use this CSS code:

#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content img {
    background: transparent!important;
    border: none!important;
}
Posts: 6
Topic starter
(@anthony)
Active Member
Joined: 7 years ago

Thanks a lot!

You're the best!