Log In · Register

 
 
Closed TopicStart new topic
Bottom Navigation help, Remove the box?
poseur
post May 13 2006, 02:21 PM
Post #1


Newbie
*

Group: Member
Posts: 3
Joined: May 2006
Member No: 406,227



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
post May 13 2006, 02:51 PM
Post #2


i lost weight with Mulder!
*******

Group: Official Designer
Posts: 4,070
Joined: Jan 2005
Member No: 79,019



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
post May 14 2006, 06:51 AM
Post #3


Newbie
*

Group: Member
Posts: 3
Joined: May 2006
Member No: 406,227



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*
post May 14 2006, 01:36 PM
Post #4





Guest






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.)
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: