Userpic ON and username OFF on entries

Jul 05, 2011 14:09

Journal Preview: image // tbboing_fic 
Style Name: Flexible Squares
Account Type: Plus

Problem/Question: I wanted to remove the username below the userpic on the main page because it sort of went in the way with the text of the post, but removed only the userpic instead. When I finally figured how not to show the username, I tried to make the userpic appear ( Read more... )

resolved, questions

Leave a comment

Comments 4

Hiding the Name(link) anarano July 5 2011, 13:22:23 UTC
Add the bold parts to your CSS:

.userpic, userpicfriends {
position: relative;
width:40px;
float: left;
margin: 0px 15px 5px 0px;
z-index: 15;
}

.userpicfriends a {
display: none
}

The first line corrects the float in Firefox (it didn't work on my sreen), the seceond line hides the name(link). Please be aware that these changes might affect other sites of your comm as well (eg friends, comments); as you just started the comm, I couldn't check. Let me know if you note problems at a later date.

Good luck!
Ana

Reply

Re: Hiding the Name(link) thebettyboing July 5 2011, 13:44:46 UTC
Thanks for replying so quickly. I modified the css and the userpic did reappear, however, for some reason it went like this, while it's supposed to look like this.

Don't know if it might be of some help (I may have inadvertently changed something important while I was going nuts to fix that), but here you can find the original code. The preview there looks how I'd want it to be, but the code seems to be slightly different...

Reply


uups! anarano July 5 2011, 14:27:32 UTC
Sorry, my mistake. I forgot a dot. It has to be ".userpic, .userpicfriends {"

Reply

Re: uups! thebettyboing July 5 2011, 14:47:32 UTC
Ah, the power of a dot! Thank you SO much, now it's perfect :)

Reply


Leave a comment

Up