Since upgrading to 7.2 I'm getting negative feedback from members on the round shape of the thumbnails/icons. A lot of people prefer the square shape. Is there a way to change this?
Since upgrading to 7.2 I'm getting negative feedback from members on the round shape of the thumbnails/icons. A lot of people prefer the square shape. Is there a way to change this? |
Anyone?! |
Am I alone here?! |
dol_root/templates/base/css/default.css (line 379) /* fonts */ .bx-def-thumbnail { border-radius: 64px; -moz-border-radius: 64px; -webkit-border-radius: 64px; } You can comment out the whole declaration or change the radius size to 0px. |
I'm using other people's computers and can't check my settings, but I changed the above to 5 or 10px with no adverse results anywhere. It certainly looks a whole lot better.
See attached image. |
Boonex likes things that are round, they bounce better. Geeks, making the world a better place |
This works great! Thanks so much! Next step... does anyone know how the profile picture can be changed to a square thumbnail (the profile picture that is over the background on the members profile)? |
templates/base/css/profile_view.css div.sys-profile-cover-thumbnail { position: absolute; top: 0px; left: 0px; width: 198px; height: 198px; border-width: 1px; border-style: solid; border-color: rgba(255, 255, 255, 0.7); /* THE FOLLOWING THREE LINES CONTROL CORNERS */ border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px; background-color: #d8d8d8; overflow: hidden; } Backup files first. |
Great! Works a charm! Thanks so much. I'm back to being square! |