Changing my users images that are displayed on closed network

I found this code to change the images to rounded and I would like to know where to put this code so that when user images are shown on the closed network page they are round rather than boxed.
 
  • .img-circle {
  • border-radius: 50%;
  • }
Don Dubuque Basic on 09/14/17 at 20:56 in mooSocial templates
1 Answer(s)
please go to this folder: /public_html/app/webroot/theme/default/css
you should replace default by your theme if you use custom theme
 
.new_recent_signup li img{
border-radius: 50%
}

Andree Bui Basic on 09/20/17 at 04:27
Cookies on mooCommunity - Social Networking Script.
This site uses cookies to store your information on your computer.