Hello all,

I've used the Zero Point theme for some time on a couple of my Drupal sites. Love it!

I've just setup a D7 site with Zero Point, and have only one complaint, so far.

I simply cannot stand when a theme arbitrarily changes a user picture (the one they apply in their account). The move to round user pictures in so many places is simply awful. You're basically arbitrarily cropping a good portion of the uploaded image, if it isn't already round.

Please, is there a CSS option I can change to correct this, to leave the user picture alone?

Thanks!!

Comments

Steel Rat’s picture

Ok, I've found that the user images are being rounded by the "rounded corners" option in the theme settings. What I don't get is why the rounded corners on blocks is subtle, and on user pictures it's gigantic.

Hopefully this can be separated out to exclude user pictures from this setting.

Florian’s picture

In the next version I will ad a separate setting for rounded user image. To change this ad the following lines to your custom-style.css file:

.rnd .user-picture img {
	border-radius: 0;
}
Steel Rat’s picture

That worked!

Many thanks Florian!!

  • Florian committed a5e9346 on 7.x-4.x
    o #2536752: Round user pictures; CSS was moved to _custom-style.css
    o...

  • Florian committed 4ba8075 on 6.x-4.x
    o #2536752: Round user pictures; CSS was moved to _custom-style.css
    o...
Florian’s picture

Status: Active » Closed (fixed)