Jump to content

Removing the forum (or all) breadcrumb...


TheSkyLounge.tv

Recommended Posts

Just to say using display: none; on link elements is kind of a bad idea as google *can* be pretty hard on extensive use as they consider it hidden content and possibly black hat seo tricks. I would be careful about doing this tbh.

Link to comment
Share on other sites

  • 1 month later...
On 2017-03-07 at 9:14 PM, amator said:

Can be done for one page only? I want to remove it from the landing page

Well, you could add the CSS code inside the html page that is your landing page:

<style type="text/css">
	.ipsBreadcrumb.ipsBreadcrumb_top {
	    display: none;
	}
</style>

 

Link to comment
Share on other sites

if you just want to remove the forums title just from the homepage header  you can just add this it will only remove the forums and not from the breadcrumbs

add to css

body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader{ display: none; }

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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