SOLVED! currents, navigation

Mar 24, 2011 17:40

Hi there! First time posting here, so bear with me. :S I've got a couple questions about my layout. I'm using a Flexible Squares layout and I have a Paid account. The navigation has tiny icons replacing it and I would like to revert it back to the standard navigation text (Recent Entries, Friends, Profile, e.t.c.) and remove the tiny icons ( Read more... )

metadata, solved, entries, paid accounts

Leave a comment

Comments 4

traincar March 24 2011, 23:28:03 UTC
For the tags issue, change this:

.ljtags {
background:transparent url() no-repeat scroll 0 0;
padding:0; margin-top:50px; position: relative; background:url(http://img34.imageshack.us/img34/3885/017x.png) no-repeat scroll 0 0;
padding: 0 0 0 13px; text-transform:lowercase;
}

to

.ljtags {
background:transparent url() no-repeat scroll 0 0;
padding:0; margin-top:10px; position: relative; background:url(http://img34.imageshack.us/img34/3885/017x.png) no-repeat scroll 0 0;
padding: 0 0 0 13px; text-transform:lowercase;
}

Reply

victura March 24 2011, 23:33:42 UTC
To remove the header icons, take out this section:

body.lj-view-recent div#header li.view ( ... )

Reply

wickedgrdn March 24 2011, 23:42:49 UTC
I removed the section and now everything disappeared. I'd still like navigation links like Recent Entries, Profile, Friends, e.t.c. Sorry if I wasn't clear. :)

Reply

wickedgrdn March 25 2011, 00:05:37 UTC
Never mind. I figured it out. Thank you! :)

Reply


Leave a comment

Up