Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
SammyS Posted July 31, 2017 Posted July 31, 2017 How to remove both links using custom.css? Thanks in advance!
ehren. Posted August 1, 2017 Posted August 1, 2017 /* Remove breadcrumb side links */ .ipsBreadcrumb .ipsList_inline.ipsPos_right{ display: none; }
SammyS Posted August 1, 2017 Author Posted August 1, 2017 12 minutes ago, ehren. said: /* Remove breadcrumb side links */ .ipsBreadcrumb .ipsList_inline.ipsPos_right{ display: none; } Thanks, ehren, one last question. How to remove this (useless) link?
ehren. Posted August 1, 2017 Posted August 1, 2017 It's probably not the smartest idea to remove that since it helps with navigation, but this will do it: ul[itemtype="http://schema.org/BreadcrumbList"] > li:first-child{ display: none; }
SammyS Posted August 1, 2017 Author Posted August 1, 2017 7 hours ago, ehren. said: It's probably not the smartest idea to remove that since it helps with navigation, but this will do it: ul[itemtype="http://schema.org/BreadcrumbList"] > li:first-child{ display: none; } Thanks, but adding taht code doesnt remove anything, that link is still there
ehren. Posted August 2, 2017 Posted August 2, 2017 It's working on the Default theme. What's your URL?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.