Support Forum

Removing tag on Breadcrumbs

JD John Drake
John Drake
Member

Hello,

I have a couple of questions, struggling to find the code base.

I am trying to remove the automated <br /> tags on Breadcrumbs, basically I want them horizontal rather than down the page.

Secondly, easy way to disable the bubbles when hovering on buttons?

 

Thanks,

3 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

These both require template changes. In the /templates folder of your SP theme you will find the spHead.php template. Look for the breadcrumb functiopn call and change the ‘tree’ argument from 1 to a zero.

You will also need the spFunctions.php template where you will find the switch for the tooltips.

As always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/)