Note: Theme modification involves any change to the default values in the HTML or CSS of any theme or widget. Support can direct you to the correct page to make changes or to reset the widget, page HTML or CSS to its default value. This will undo any customization that may be in place. Before you create or modify a theme using HTML and CSS it is suggested to have a backup handy.
While theme modification is outside what support is allowed to assist with, if you need assistance with making modification to the theme, our implementation department is available to make these modification at an hour rate. If the service is ever needed please let us know and we will get that process started for you. Or check out our new Theme Store to find a theme that suits your needs.
|
A breadcrumb is a navigation path shown along the top of a pages body that presents clickable links to the previous pages or categories viewed. For the Americommerce Spark Pay Online Stores platform, the breadcrumbs are used almost exclusively for categories and products.
Here is an example:
By default, these trails will automatically show on your site. This knowledge base article focuses on disabling them. To disable them, you will need to hide the merge code in the theme that displays them.
To find the merge code navigate to Themes and the click Edit on your active theme.
Once inside the theme editor, on the left side, click on Pages and scroll down until you find Category > HTML Editor and click on it.
Use the search function (control + F) or scroll down until you to find the merge code Home > Online Store > Theme & Design > . Here is an example of what the code will look like:
Instead of simply deleting the code, we advise using tags to comment out the merge code. All you have to do is add <!-- at the beginning of the code you need to hide and then close the tag with --> .
It should look something like this:
<!--<div class="CatalogCategoryTrail breadcrumb" id="dvCategoryTrail">
Home > Online Store > Theme & Design >
</div>-->
Once the comment tags are properly applied the code will turn green.
Removing this merge code from the category theme section will only remove the breadcrumb trail from the category pages. To remove the breadcrumb from product pages, use the same steps on the Product Details theme section.