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.

 

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

7 Posts
2 Users
1 Reactions
1,400 Views
HOPS40s
Posts: 17
Topic starter
(@hops40s)
Eminent Member
Joined: 5 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: 1522
(@tutrix)
Noble Member
Joined: 5 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: 5 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: 5 years ago

Noble Member
Posts: 1522

@munitedfc

#wpforo #wpforo-wrap .avatar {
background: none !important;
border: none !important;
}
HOPS40s
Posts: 17
Topic starter
(@hops40s)
Eminent Member
Joined: 5 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: 5 years ago

Noble Member
Posts: 1522

@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: 5 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.