Breadcrumb Content Block Update / Customization Issues
Richard
Administrators, Vanilla Admin Posts: 19,962 moderator
The breadcrumb is occupying a separate line for each level. The only CSS I have used is to hide it for visitors, which does still work. Was this what you intended? It looks weird to me. :scratch
0
Comments
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
Sorry if this is not the place to report this
I was given this code:
/*enhance the last entry of breadcrumb */
.sm-user-ui .sm-breadcrumb-item h1 {
color: #fbd713;
font-size: 18px;
}
The colour is being ignored - it is just white like the rest of the breadcrumb
The last entry is huge and if I change the font-size number - nothing changes.
I added !important; (to color and font-size) .......... but still no change
EDIT: THE SOLUTION - Thanks to Denise
Had to change this: .sm-user-ui .sm-breadcrumb-item h1 {
To this: .sm-user-ui .sm-breadcrumb-item h1 {
www.acecootephotography.com
Note to Aaron: Maybe start a thread specifically titled breadcrumb problems. I think the relevant stuff is out there, but it's buried in several different threads.
Yes, thanks Richard.
That did the trick ... Denise had the change I needed.
I have update my post (above) to show the solution.
www.acecootephotography.com
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
.sm-breadcrumb-item h1 {...
like this
.sm-breadcrumb h1 {...
Each breadcrumb li has a class of .sm-breadcrumb now.
The gallery title is in <h1>
My Website index | My Blog
I'm at a lower level than noob when it comes to css ... but I do read all of your posts and some it actually makes sense to me.
So a grand achievement on your part to teach anything to this feeble mind!!!
www.acecootephotography.com
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations