CSS Breadcrumb Question
MarcRJacobs
Registered Users Posts: 28 Big grins
Hi;
Could someone, please, give me an idea as to how to get the word "Portrait" up next to the home icon, or if not, maybe just remove the home icon. I've been playing with this all night. Image follows:
Thanks,
Marc
Tagged:
0
Comments
Galleries don't display the text on the breadcrumbs, only folders. If you don't have any folders, I would just remove the breadcrumbs. If you just want to remove the home icon, add this to your theme's custom CSS:
.sm-icon-Home { display: none; }
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Hi, Mike.
That worked to get rid of the home icon, but the thick line is resided on is still there, can it be compressed out somehow?
Thanks,
Marc
Add this:
.sm-breadcrumb-item:first-child {display:none}
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Ah, perfect... thank you so much Mike... you're the CSS master! :-)