How do I change my sidebar img circular instead of a square shape?
find the sidebar image coding in your html (it could be .sidebar or #sidebar but it depends on the theme really) and add this
-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;









