SGW Posted October 10, 2021 Posted October 10, 2021 Just wondering where exactly I Replace the default avatar thats generated for members 1 Quote
Tech Support Posted October 11, 2021 Posted October 11, 2021 If user didn't upload their avatar, theme CSS will show default image that you can customize in your CSS file in this style: .no-thumb { background: url("../images/kvs.svg") no-repeat center; } This also applies to categories, models and other categorization. So you may need to use some more specific CSS selector to specify image specific to members only. Quote
Tanjiro Posted March 21, 2023 Posted March 21, 2023 I was looking for this question and found this topic, thanks for created this topic Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.