Notifications
Clear all

wpForo 1.x.x [Solved] Remove outline around avatars

7 Posts
2 Users
1 Reactions
967 Views
HOPS40s
Posts: 17
Topic starter
(@hops40s)
Eminent Member
Joined: 4 years ago

Hi.

I would like to ask you how can i remove the outline around the avatars on the front page of the forum as per attachment.

Thank you.

Regards

Paul.

6 Replies
Tutrix
Posts: 1415
(@tutrix)
Noble Member
Joined: 4 years ago

@munitedfc

to remove the white background and the border

add this to custom css


#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post-avatar img {
    background: none !important;
    border: none !important;
}

Dashboard > Forums > Settings > Style (custom css)

 

HOPS40s
Posts: 17
Topic starter
(@hops40s)
Eminent Member
Joined: 4 years ago

Thank very much I really appreciate it.

Can you give me the same code for Threads & Posts please.

Thank you.

Regards

Paul.

1 Reply
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1415

@munitedfc

#wpforo #wpforo-wrap .avatar {
background: none !important;
border: none !important;
}
HOPS40s
Posts: 17
Topic starter
(@hops40s)
Eminent Member
Joined: 4 years ago

Hi Tutrix and thank you for the code, but it doesn't work, it still shows the ring around the avatar.

 

1 Reply
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1415

@munitedfc

it works, for Post and also for Question & Answers

watch the video https://www.screencast.com/t/w1ZpFizajnDf

 

HOPS40s
Posts: 17
Topic starter
(@hops40s)
Eminent Member
Joined: 4 years ago

Hi Tutrix.

My apologies I checked the the custom CSS code area and the code had been removed by my other admin and i didn't see that, so today i entered the code and yes it works, so i am really grateful for your help and showing me the video.

Thank you.

Regards

Paul.