Remove current page hyperlink in breadcrumb

SmugN00bSmugN00b Registered Users Posts: 6 Beginner grinner
edited July 2, 2014 in SmugMug Customization
Title says it all. I need CSSS code to perform this, but only on one page.

Thanks

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 2, 2014
    If it was me I'd remove the breadcrumb from the page (custom) and add an html block with a new one in it to replace it.

    The current page in the breadcrumb is not a hyperlink as far as I know.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • SmugN00bSmugN00b Registered Users Posts: 6 Beginner grinner
    edited July 2, 2014
    That's an interesting workaround, however, I still want my little home icon :ivar
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 2, 2014
    SmugN00b wrote: »
    That's an interesting workaround, however, I still want my little home icon :ivar
    The only hyperlinks are up the path not current page.

    The home icon is probably available to add somehow. I think it's text.

    .sm-fonticon-Home:before {
    content: "";
    }
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • SmugN00bSmugN00b Registered Users Posts: 6 Beginner grinner
    edited July 2, 2014
    I can actually click on the emphasized current page in my breadcrumb and it redirects me, so there is indeed a link. Can you tell how to mimick the breadcrumb in a content block (html or css)? ie. home icon > emphasized current page

    Thanks
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited July 2, 2014
    SmugN00b wrote: »
    I can actually click on the emphasized current page in my breadcrumb and it redirects me, so there is indeed a link. Can you tell how to mimick the breadcrumb in a content block (html or css)? ie. home icon > emphasized current page

    Thanks
    I don't understand, you're on that page, there's no link to go to? Where does it redirect you to?
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • SmugN00bSmugN00b Registered Users Posts: 6 Beginner grinner
    edited July 2, 2014
    Sorry I have resolved my issue...:whip
Sign In or Register to comment.