oO5 Dynasty Well-known member Dec 1, 2014 #1 So i was wondering if their was away to take away the Navigation bar. I created new pages for my site and i wanted to remove the navigation bar on them.
So i was wondering if their was away to take away the Navigation bar. I created new pages for my site and i wanted to remove the navigation bar on them.
P Paul B XenForo moderator Staff member Dec 1, 2014 #2 Do you mean the breadcrumbs? EXTRA.css: Code: .node10 .breadBoxTop, .node10 .breadBoxBottom { display: none; } Change the node ID accordingly. Upvote 0 Downvote
Do you mean the breadcrumbs? EXTRA.css: Code: .node10 .breadBoxTop, .node10 .breadBoxBottom { display: none; } Change the node ID accordingly.
oO5 Dynasty Well-known member Dec 2, 2014 #3 Brogan said: Do you mean the breadcrumbs? EXTRA.css: Code: .node10 .breadBoxTop, .node10 .breadBoxBottom { display: none; } Change the node ID accordingly. Click to expand... ok cool, ill try this, how do i find the node ID? Upvote 0 Downvote
Brogan said: Do you mean the breadcrumbs? EXTRA.css: Code: .node10 .breadBoxTop, .node10 .breadBoxBottom { display: none; } Change the node ID accordingly. Click to expand... ok cool, ill try this, how do i find the node ID?
oO5 Dynasty Well-known member Dec 2, 2014 #4 Brogan said: Do you mean the breadcrumbs? EXTRA.css: Code: .node10 .breadBoxTop, .node10 .breadBoxBottom { display: none; } Change the node ID accordingly. Click to expand... This is what i put and it didnt change anything .premium.89 .breadBoxTop, .premium.89 .breadBoxBottom { display: none; } Upvote 0 Downvote
Brogan said: Do you mean the breadcrumbs? EXTRA.css: Code: .node10 .breadBoxTop, .node10 .breadBoxBottom { display: none; } Change the node ID accordingly. Click to expand... This is what i put and it didnt change anything .premium.89 .breadBoxTop, .premium.89 .breadBoxBottom { display: none; }
Russ Well-known member Dec 2, 2014 #5 oO5 Dynasty said: This is what i put and it didnt change anything .premium.89 .breadBoxTop, .premium.89 .breadBoxBottom { display: none; } Click to expand... What's .premium? Use Brogans example just replace the # Upvote 0 Downvote
oO5 Dynasty said: This is what i put and it didnt change anything .premium.89 .breadBoxTop, .premium.89 .breadBoxBottom { display: none; } Click to expand... What's .premium? Use Brogans example just replace the #
oO5 Dynasty Well-known member Dec 2, 2014 #6 Russ said: What's .premium? Use Brogans example just replace the # Click to expand... Yup so i put this .node89 .breadBoxTop, .node89 .breadBoxBottom { display: none; } and yeah still nothing. The Bread Crumb is still showing. I changed it from .node10 to .node89 http://www.oo5dynasty.com/community/upload/index.php?pages/premium/ http://www.oo5dynasty.com/community/upload/admin.php?nodes/premium.89/ Upvote 0 Downvote
Russ said: What's .premium? Use Brogans example just replace the # Click to expand... Yup so i put this .node89 .breadBoxTop, .node89 .breadBoxBottom { display: none; } and yeah still nothing. The Bread Crumb is still showing. I changed it from .node10 to .node89 http://www.oo5dynasty.com/community/upload/index.php?pages/premium/ http://www.oo5dynasty.com/community/upload/admin.php?nodes/premium.89/
P Paul B XenForo moderator Staff member Dec 2, 2014 #7 The bottom breadcrumb is missing so I suspect a mistake in your code somewhere. The example I provided works. Upvote 0 Downvote
The bottom breadcrumb is missing so I suspect a mistake in your code somewhere. The example I provided works.
oO5 Dynasty Well-known member Dec 2, 2014 #8 Brogan said: The bottom breadcrumb is missing so I suspect a mistake in your code somewhere. The example I provided works. Click to expand... ok so this was the correct way for me to put the code in extra.css .node89 .breadBoxTop, .node89 .breadBoxBottom { display: none; } Their might be something else going on wrong with my coding. ok Upvote 0 Downvote
Brogan said: The bottom breadcrumb is missing so I suspect a mistake in your code somewhere. The example I provided works. Click to expand... ok so this was the correct way for me to put the code in extra.css .node89 .breadBoxTop, .node89 .breadBoxBottom { display: none; } Their might be something else going on wrong with my coding. ok