Jun 18, 2023 2:28 am
Advanced attachments← Use this to.
When you add a file to a post, when you view it
I want to hide the frame that appears around it using CSS
I would be grateful if you could help me.
8 Replies
Jun 18, 2023 4:15 am
Hi @user1038
add this to custom css
#wpforo #wpforo-wrap .wpforo-post .wpforo-attached-file { padding: 0 !important; border: none !important; }
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS
Jun 18, 2023 5:33 am
I'm not sure why, but it doesn't seem to apply, so far.
Always clear the browser cache after changes
Jun 18, 2023 6:34 am
How can I do this?
#wpforo #wpforo-wrap .wpfa-item.wpfa-img { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }