[SOLVED] Breadcrumb box
[SOLVED] Breadcrumb box
12 years 1 week ago - 12 years 1 week ago
How may I remove the breadcrumb boxes (the top one and the bottom one)?
Last edit: 12 years 1 week ago by cicalone.
Please Log in or Create an account to join the conversation.
Re: Breadcrumb box
12 years 1 week ago - 12 years 1 week ago
Hi,
There are two ways to remove the breadcrumb box, you can choose one in two.
1. Open the display.php file in the "[root]/components/com_kunena/template/nts_kargo/html" path. You will see two php commands ($this->displayBreadcrumb()
and you can remove or comment its.
2. You can use CSS rules to hidden the Breakcrumb box. Open the nts-kargo-custom.css and add below CSS rules to bottom of file.
After change php file or add CSS rules back to front-end to reload forum page.
Hope this helps
There are two ways to remove the breadcrumb box, you can choose one in two.
1. Open the display.php file in the "[root]/components/com_kunena/template/nts_kargo/html" path. You will see two php commands ($this->displayBreadcrumb()
2. You can use CSS rules to hidden the Breakcrumb box. Open the nts-kargo-custom.css and add below CSS rules to bottom of file.
Code:
body .kpathway {
display: none;
}
After change php file or add CSS rules back to front-end to reload forum page.
Hope this helps
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
Last edit: 12 years 1 week ago by ntstore.
The following user(s) said Thank You: cicalone
Please Log in or Create an account to join the conversation.
Time to create page: 0.220 seconds