font face for nav bar & sidebar gone for friend's page - SOLVED

Jul 11, 2007 10:01

i first want to thank this community, av8rmike and redwolfoz. i was able to find majority of the things i need on this community and with av8rmike's & redwolfoz's help tweak my lj to my liking. so thank you ( Read more... )

header:nav links:font, pageviews:friends, sidebar:placement

Leave a comment

Comments 10

av8rmike July 11 2007, 19:08:45 UTC
1. That code will only affect the font face for the current view item, i.e. "Recent Entries", "Friends", or "Archive". It won't change the whole nav bar. Use this instead:
#header .nav .item {font-family: 13px "Trebuchet MS", Arial, sans-serif;}

2. You can use the solutions from that entry, just substitute .lj-view-friends for .lj-view-entry.

Reply

arnogseel July 11 2007, 19:26:08 UTC
thank you once again!

i dont get it, the nav bar thing isnt working! am i placing it in the wrong location? i've moved it around and now my black line came back >_<

sorry, help?

Reply

av8rmike July 11 2007, 19:40:55 UTC
I screwed up the link in #2, and I didn't notice that you had the wrong syntax for font-family. You need either:
#header .nav .item {
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 13px;}
OR something like:
#header .nav .item {
font: normal 13px "Trebuchet MS", Arial, sans-serif;
}

Reply

arnogseel July 11 2007, 19:52:11 UTC
haha it's ok, i was able to find the link :) but your good effort is lost as i realized my banner looks weird without the sidebar (bc of that connecting line on the banner) :/

but thanks anyway! it worked for the friend's page

as for the link. it's still beign dumb. none of the two worked for me.

thank you for being patient with me

Reply


Leave a comment

Up