Hi,
If you want to disable it in only the homepage, you switch the feature to ON, then go to menu manager, check menu item ID of the Home page menu then put the ID into Item ID Option and select state to disable.
In order to remove the lines, you go to configure Home menu item, add a additional class, let's say "homeclass", then:
- Open file: /templates/gk_myfolio/css/template.css
- Add this code to bottom:
- Code: Select all
.homeclass #gkBreadcrumb, .homeclass .article-additional-info{
border-bottom: none !important;
}