Help - Search - Members - Calendar
Full Version: Bottom Navigation help
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
poseur
Hi,

I used the override from this post

http://www.createblog.com/forums/index.php...2&hl=navigation

and it's removed the bottom navigation links how I wanted (earlier & forward links), but the box is still there. Is there anyway to either remove the empty box or insert some text or an image where the bottom navigation links are?

thanks in advance
Mulder
add this into the <style> tags in your GLOBAL_HEAD<=
CODE
.meta, .index{
visibility:hidden;
}
.entrybox .meta, .entrybox .index, .shadowed .meta{
visibility:visible;
}
table table tr.caption td.index {visibility:visible}
table table tr.caption td.index a {visibility:visible}
poseur
thanks, I've added that and I still get the white box, but I can live with that, however I keep getting a link to my calendar above my header, see my lj

How do I get rid of this link?

again thanks in advance
Libertie
That last part..

CODE
table table tr.caption td.index {visibility:visible}
table table tr.caption td.index a {visibility:visible}


That makes the top navigation show up, and most layouts actually use that. So if you're using custom navigation (you are) just remove that part cause you don't need it. :)

Oh, I'm not positive but I think you can get rid of the white background by making everything transparent and then specifying a background for the entries with like:

CODE
.entrybox table td{
background-color: ######;
}
.entrybox table td.caption, .entrybox table td.index, .entrybox table td.comments{
background: transparent;
}


Dunno if that will work, but you could try it. _smile.gif (You'd need the second bit of code because the first part will actually make EVERYTHING have a background image, and the last will make everything but the entries transparent.)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.