sexycazzy Oxygen Coding with John & Lorne

Jul 18, 2014 10:35

I changed up the userpic img coding to reflect the rounded images which you can see here at the Workshop ( Read more... )

graphics, header, userpics, coding help

Leave a comment

Comments 4

hughville November 15 2014, 13:46:33 UTC
How can I change it to the square userpics? The round is lovely but I like them to be square. I'm odd that way. ;)

Reply

sireesanwar November 18 2014, 22:45:21 UTC
Sure!

You will want to remove the following links for every section that has userpic in it (px may vary):
-webkit-border-radius: 5px 60px 5px 60px;
-moz-border-radius: 5px 60px 5px 60px;
-ms-border-radius: 5px 60px 5px 60px;
-o-border-radius: 5px 60px 5px 60px;
border-radius: 5px 60px 5px 60px;

.defaultuserpic {
.defaultuserpic img {
.userpic, .userpicfriends {
.userpic img, .userpicfriends img {
etc

I would search the word "userpic" out when you are on your Custom CSS page.

If that doesn't help... let me know.

Reply

hughville November 18 2014, 23:25:44 UTC
It worked perfectly. You are a genius. :D

Reply

sireesanwar November 19 2014, 00:32:03 UTC
Thanks!

Reply


Leave a comment

Up