Oct 07, 2018 11:36 am
Hi, I'd like to know how to increase display avatar size. Thank you
1 Reply
Oct 08, 2018 5:53 am
Hi @gustavolws,
Please navigate to Dashboard > Forums > Styles admin page put the following CSS code in "Custom CSS Code" textarea, save it delete all caches, do CTRL+F5 on frontend.Â
#wpforo #wpforo-wrap .wpforo-post .wpf-left .author-avatar{
margin-bottom: 22px;
}
#wpforo #wpforo-wrap .wpforo-post .wpf-left .avatar{
width: 100px;
max-height: 100px;
}
Don't forget to change red mark color before using.