Jump to content

How to remove "unread content" and "mark site read"?


SammyS

Recommended Posts

Posted
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?

59802b153321b_RegionCapture.thumb.jpg.82d8d25ae8fdf68398512da56d6fc684.jpg

Posted

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;
}

 

Posted
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 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...