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... )
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.
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; }
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.
Comments 10
#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
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
#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
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