|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Beginner grinner
|
Need Help with CSS
Ok I have blocked all breadcrumbs on the site with the CSS code #breadCrumbTrail {display: none;}
Now I know you can block the breadcrumbs for specific galleries but I want to do the opposite such as allowing the breadcrumbs in certain galleries. I want to do it this way because there are less I want to have the breadcrumb than the ones that are blocked. Thank You |
|
|
|
|
#2
|
||
|
"tweak 'til it squeaks"
|
Quote:
.notLoggedIn #breadCrumbTrail {display: none;} .gallery_XXXXXXXX .notLoggedIn #breadCrumbTrail, .gallery_XXXXXXXX .notLoggedIn #breadCrumbTrail, .gallery_XXXXXXXX .notLoggedIn #breadCrumbTrail, .gallery_XXXXXXXX .notLoggedIn #breadCrumbTrail, .gallery_XXXXXXXX .notLoggedIn #breadCrumbTrail {display: block;} Might want a whole category to show. .category_XXXXXX .notLoggedIn #breadCrumbTrail {display: block;} Using .notLoggedIn allows you to see them when logged in for easier site navigation.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
| Tell The World! | |
| Tags | |
| breadcrumbs , css , customization | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Navbar that shows which link is the current page | jfriend | SmugMug Customization | 485 | May-02-2013 09:19 PM | |
| Removing all Advanced Customizer CSS doesn't work | Lamah | SmugMug Support | 3 | Feb-13-2012 02:20 AM | |
| Editing CSS for Tinsel Sitewide Theme | mojomediapros | SmugMug Customization | 4 | Nov-24-2011 08:25 PM | |
| problem removing unwanted padding/margin with CSS &/or table | chinook | SmugMug Customization | 0 | Jun-22-2010 12:52 PM | |
| CSS question | jfriend | SmugMug Customization | 8 | Jul-05-2007 11:22 PM | |
| Thread Tools | |
| Display Modes | |
|
|