Jump to content

[SOLVED] can I remove Page titles.....Home/Contact etc?


Recommended Posts

Hi,

 

I think you are referring to the breadcrumb. There is a simple way to hide it.

 

In your global.css line 632

 

replace :

.breadcrumb {
font-size: 1em;
color: #888;
}

 

with :

.breadcrumb {
font-size: 1em;
color: #888;
display:none;
}

 

Don't forget to disable the cache in the administration and refresh the page.

 

Best regards

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...